Generic Trace Generator (GTG)
0.1
|
This structure defines a color that can be used by GTG. More...
#include <GTGColor.h>
Data Fields | |
char * | color_name |
gtg_rgb_color_t | rgb |
This structure defines a color that can be used by GTG.
char* gtg_color::color_name |
The name of the color (ie. "RED" or "Black",...)
gtg_rgb_color_t gtg_color::rgb |
RGB code of the color. It should be obtained by calling GTG_COLOR_SET_COLOR(r, g, b).