# ETC2_RGB

> ETC2 (GL ES 3.0) 4 bits/pixel compressed RGB texture format.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.3/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
ETC2_RGB = 45
```

### Remarks

Additional Resources: [TextureImporter.textureFormat](/engine/6000.3/script-reference/unityeditor/textureimporter/textureformat.md).
