Public Attributes

Pixel Struct Reference

Structure defining a pixel. More...

#include <TextureData.h>

List of all members.

Public Attributes

union {
   struct {
      uchar   r
      uchar   g
      uchar   b
      uchar   a
   } 
   uchar   canal [4]
}; 

Detailed Description

Structure defining a pixel.

Definition at line 3 of file TextureData.h.


Member Data Documentation

union { ... }

Definition at line 7 of file TextureData.h.

Definition at line 7 of file TextureData.h.

Definition at line 8 of file TextureData.h.

Definition at line 7 of file TextureData.h.

Definition at line 7 of file TextureData.h.


The documentation for this struct was generated from the following file: