Defines an RGB color. A (Alpha) is usually not used in our case.
More...
#include <ckTypes.h>
|
u_int8_t | r = 0 |
|
u_int8_t | g = 0 |
|
u_int8_t | b = 0 |
|
u_int8_t | a = 255 |
|
Defines an RGB color. A (Alpha) is usually not used in our case.
◆ CKColor() [1/2]
CKColor::CKColor |
( |
u_int8_t |
red, |
|
|
u_int8_t |
green, |
|
|
u_int8_t |
blue |
|
) |
| |
|
inline |
◆ CKColor() [2/2]
◆ operator!=()
bool CKColor::operator!= |
( |
const CKColor & |
other | ) |
const |
|
inline |
◆ operator==()
bool CKColor::operator== |
( |
const CKColor & |
other | ) |
const |
|
inline |
◆ ToOS()
RGBColor CKColor::ToOS |
( |
| ) |
|
|
inline |
u_int8_t CKColor::a = 255 |
The documentation for this struct was generated from the following file: