# RGBA64

> Four channel (RGBA) texture format, 16-bits unsigned integer per channel.

## Definition

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

```csharp
RGBA64 = 74
```

### Remarks

Note that not all graphics cards support all texture formats, use [SystemInfo.SupportsTextureFormat](/engine/6000.0/script-reference/unityengine/systeminfo/supportstextureformat.md) to check.

Additional Resources: [Texture2D.format](/engine/6000.0/script-reference/unityengine/texture2d/format.md), [texture assets](/engine/6000.0/manual/materials-and-shaders/textures/textures-getting-started/textures.md).
