Confirmed users
180
edits
No edit summary |
|||
| Line 44: | Line 44: | ||
NPImageFormatARGB32 = 0x0001, /* a8r8g8b8 */ | NPImageFormatARGB32 = 0x0001, /* a8r8g8b8 */ | ||
NPImageFormatRGB24 = 0x0002, /* x8r8g8b8 */ | NPImageFormatRGB24 = 0x0002, /* x8r8g8b8 */ | ||
NPImageFormatRGB16_565 = 0x0004 /* r5g6b5 */ | |||
NPImageFormatRGB16_565 = | |||
...... | ...... | ||
More formats could be added here if needed | More formats could be added here if needed | ||