GxImage: enumFormat

enumFormat

Values of the format property

 Public Enum enumFormat

Values

GX_UNDEF = 0
Undefined format (e.g. for load functions)
GX_GRAY = 1
8 bit: 8 bit (grayscale)
GX_RGB555 = 2
16 bit: 1-5-5-5 bit (0,R,G,B)
GX_BGR555 = 3
16 bit: 1-5-5-5 bit (0,B,G,R)
GX_RGB565 = 4
16 bit: 5-6-5 bit (R,G,B)
GX_BGR565 = 5
16 bit: 5-6-5 bit (B,G,R)
GX_RGB = 6
24 bit: 8-8-8 bit (R,G,B)
GX_BGR = 7
24 bit: 8-8-8 bit (B,G,R)
GX_RGBA = 8
32 bit: 8-8-8-8 bit (R,G,B,0)
GX_BGRA = 9
32 bit: 8-8-8-8 bit (B,G,R,0)
GX_YUV422 = 10
32 bit/2 pixel: 8-8-8-8 bit (U,Y1,V,Y2)
GX_GRAY12 = 11
16 bit: 4-12 bit (0,grayscale)
GX_RGB12 = 12
48 bit: 4-12-4-12-4-12 bit (0,R,0,G,0,B)
GX_BGR12 = 13
48 bit: 4-12-4-12-4-12 bit (0,B,0,G,0,R)

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods enumFileFormat enumLineStyle