# Sandbox.ImageFormat.RGB565

```csharp
static ImageFormat RGB565
```

Three components representing RGB.
Red and blue are 5 bit components, green is 6 bit totalling 16 bits.

Declared in [Sandbox.ImageFormat](/api/Sandbox.ImageFormat).
Assembly: `Sandbox.Engine`.
