Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

Color Class Reference


Detailed Description

Constructor for SDL_Color.

Definition at line 9 of file Color.h.

Public Member Functions

 Color (Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255)


Constructor & Destructor Documentation

Color::Color Uint8  red,
Uint8  green,
Uint8  blue,
Uint8  alpha = 255
[inline]
 

Definition at line 11 of file Color.h.

00012         {
00013             this->r = red;
00014             this->g = green;
00015             this->b = blue;
00016             this->unused = alpha;
00017         }


The documentation for this class was generated from the following file:
Generated on Wed Jun 1 09:54:40 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2