PEXTexelRGB8 Data Structure


 
   typedef struct {
         unsigned char         red;
         unsigned char         green;       /* Valid range : [0,255]  */
         unsigned char         blue;
   } PEXTexelRGB8;
 

PEXTexelRGB8 is a type definition that is referenced by the following data structure:

For a list of data structures for textures, see Data Structures for Textures.