PEXTexelLumA Data Structure


 
   typedef struct {
         float      luminance;      /* Valid range : [0.0,1.0]   */
         float      alpha;          /* Valid range : [0.0,1.0]   */
   } PEXTexelLumA;
 

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