Public Attributes | |
float | R |
float | G |
float | B |
float | A |
Defines the color by Red, Green, Blue and Alpha values
Definition at line 76 of file visualThread.cpp.
00077 { 00078 float R; 00079 float G; 00080 float B; 00081 float A; 00082 }
|
The alpha-value
Definition at line 81 of file visualThread.cpp.
|
The amount of blue
Definition at line 80 of file visualThread.cpp.
|
The amount of green
Definition at line 79 of file visualThread.cpp.
|
The amount of red
Definition at line 78 of file visualThread.cpp.