EAGLColorFormat.RGB565 Field

Definition

16-bit RGB color format.

public static readonly Foundation.NSString RGB565;
 staticval mutable RGB565 : Foundation.NSString

Field Value

Remarks

This format uses 5 bits for the red components, 6 bits for the green component and 5 bits for the blue component. Correspondsto the OpenGL ES GL_RGB565 format.

Applies to