EAGLColorFormat.RGBA8 Field

Definition

32-bit RGBA format.

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

Field Value

Remarks

This is a 32 bit format that uses 8 bits for red, green, blue and alpha channels. Corresponds to the OpenGL ES GL_RGBA8888 value.

Applies to