Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATCOLOR Struct Reference

CATCOLOR Struct Reference
[Common Accessibility Technology [CAT] library]

#include <CATColor.h>

Inheritance diagram for CATCOLOR:

CATColor

List of all members.


Detailed Description

Color structure. Alpha channel - 255 opaque, 0 transparent.

Definition at line 19 of file CATColor.h.


Public Attributes

union {
   CATUInt32   rgba
 rgba color - stored in *big endian* format.
   struct {
      CATUInt8   r
 red channel
      CATUInt8   g
 green channel
      CATUInt8   b
 blue channel
      CATUInt8   a
 alpha channel
   } 
}; 

The documentation for this struct was generated from the following file:
Generated on Mon Feb 11 04:10:17 2008 for Game Accessibility Suite by doxygen 1.5.4