|
| Color (uint8_t r, uint8_t g, uint8_t b, uint8_t a=255) |
|
| Color (const uint8_t *rgb, uint8_t a=255) |
|
Color | alpha (uint8_t alpha) const |
|
Color | gamma (float gamma) const |
|
float | hue () const |
|
|
static Color | gray (uint8_t v) |
|
static Color | hue (float hue) |
|
static Color | cos (float hue) |
|
static Color | index (uint8_t index, uint8_t density=16, float avoid=2.f, float range=2.f) |
|
static Color | hash (const std::string &seed) |
|
static Color | uniq (const std::string &name) |
|
|
uint8_t | r |
|
uint8_t | g |
|
uint8_t | b |
|
uint8_t | a |
|
Definition at line 20 of file FgColor.h.
uint8_t NeuralEngine::MachineLearning::Color::r |
uint8_t NeuralEngine::MachineLearning::Color::g |
uint8_t NeuralEngine::MachineLearning::Color::b |
uint8_t NeuralEngine::MachineLearning::Color::a |
The documentation for this class was generated from the following file: