Structure used to make operations involving rgb-colors less of a hassle.
More...
|
|
int | r |
| | The red value, >= 0 <= 255.
|
| |
|
int | g |
| | The green value, >= 0 <= 255.
|
| |
|
int | b |
| | The blue value, >= 0 <= 255.
|
| |
Structure used to make operations involving rgb-colors less of a hassle.
| GUI_COLOR::GUI_COLOR |
( |
int |
red, |
|
|
int |
green, |
|
|
int |
blue |
|
) |
| |
|
inline |
Quick constructor to easily define a color.
- Parameters
-
| red | The red value, >= 0 <= 255 |
| green | The green value, >= 0 <= 255 |
| blue | The blue value, >= 0 <= 255 |
- Returns
- true if any of the three color values do not match
- Parameters
-
| c | The color to compare this color to |
- Returns
- true if all three color values match.
- Parameters
-
| c | The color to compare this color to. |
The documentation for this struct was generated from the following file: