NPAPI:DrawImage: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
Line 44: Line 44:
   NPImageFormatARGB32    = 0x0001,    /* a8r8g8b8 */
   NPImageFormatARGB32    = 0x0001,    /* a8r8g8b8 */
   NPImageFormatRGB24      = 0x0002,    /* x8r8g8b8 */
   NPImageFormatRGB24      = 0x0002,    /* x8r8g8b8 */
  NPImageFormatARGB16_565 = 0x0004,    /* a1r5g6b5 */
   NPImageFormatRGB16_565  = 0x0004     /* r5g6b5  */
   NPImageFormatRGB16_565  = 0x0008     /* r5g6b5  */
   ......
   ......
   More formats could be added here if needed
   More formats could be added here if needed
Confirmed users
180

edits

Navigation menu