VEX V5 C++ API
|
This is the complete list of members for vex::color, including all inherited members.
black | vex::color | static |
blue | vex::color | static |
color() | vex::color | |
color(int value) | vex::color | |
color(uint8_t r, uint8_t g, uint8_t b) | vex::color | |
cyan | vex::color | static |
green | vex::color | static |
hsv(uint32_t hue, double sat, double value) | vex::color | |
isTransparent() const | vex::color | |
operator uint32_t() const | vex::color | |
operator=(uint32_t value) | vex::color | |
orange | vex::color | static |
purple | vex::color | static |
red | vex::color | static |
rgb(uint32_t value) | vex::color | |
rgb(uint8_t r, uint8_t g, uint8_t b) | vex::color | |
rgb() const | vex::color | |
transparent | vex::color | static |
web(const char *color) | vex::color | |
white | vex::color | static |
yellow | vex::color | static |
~color() | vex::color |