NPAPI:DrawImage: Difference between revisions

Jump to navigation Jump to search
Line 38: Line 38:


   typedef enum {
   typedef enum {
     NPImageFormatARGB32    = 0,  /* a8r8g8b8 */
     NPImageFormatARGB32    = 0x1,  /* a8r8g8b8 */
     NPImageFormatRGB24      = 2,  /* x8r8g8b8 */
     NPImageFormatRGB24      = 0x2,  /* x8r8g8b8 */
     NPImageFormatRGB16_565  = 3   /* r5g6b5  */
     NPImageFormatRGB16_565  = 0x4   /* r5g6b5  */
     ...
     /* can be extended */
   } NPImageFormat;
   } NPImageFormat;
    
    
Confirmed users, Bureaucrats and Sysops emeriti
1,680

edits

Navigation menu