Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
Line 38: | Line 38: | ||
typedef enum { | typedef enum { | ||
NPImageFormatARGB32 = | NPImageFormatARGB32 = 0x1, /* a8r8g8b8 */ | ||
NPImageFormatRGB24 = | NPImageFormatRGB24 = 0x2, /* x8r8g8b8 */ | ||
NPImageFormatRGB16_565 = | NPImageFormatRGB16_565 = 0x4 /* r5g6b5 */ | ||
/* can be extended */ | |||
} NPImageFormat; | } NPImageFormat; | ||