PEXTexelRGB Data Structure


 
   typedef struct {
         float         red;
         float         green;          /* Valid range : [0.0,1.0] */
         float         blue;
    } PEXTexelRGB;
 

PEXTexelRGB 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.