Color Struct Reference

Struct Color descripes a RGBA color. More...

#include <color.h>


Data Fields

unsigned char alpha
 Stores the value for the alpha part of the color.
unsigned char blue
 Stores the value for the blue part of the color.
unsigned char green
 Stores the value for the green part of the color.
unsigned char red
 Stores the value for the red part of the color.


Detailed Description

Struct Color descripes a RGBA color.

It holds the values for red, green, blue and alpha part of a color.

Definition at line 30 of file color.h.


Field Documentation

unsigned char Color::alpha
 

Stores the value for the alpha part of the color.

Definition at line 34 of file color.h.

unsigned char Color::blue
 

Stores the value for the blue part of the color.

Definition at line 33 of file color.h.

unsigned char Color::green
 

Stores the value for the green part of the color.

Definition at line 32 of file color.h.

unsigned char Color::red
 

Stores the value for the red part of the color.

Definition at line 31 of file color.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:16 2005 for GrubC by  doxygen 1.4.4