#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. |
It holds the values for red, green, blue and alpha part of a color.
Definition at line 30 of file color.h.
|
Stores the value for the alpha part of the color.
|
|
Stores the value for the blue part of the color.
|
|
Stores the value for the green part of the color.
|
|
Stores the value for the red part of the color.
|