|
Board 0.9.6
|
This is the complete list of members for LibBoard::Color, including all inherited members.
| alpha(unsigned char alpha) | LibBoard::Color | inline |
| alpha() const | LibBoard::Color | inline |
| Aqua | LibBoard::Color | static |
| Black | LibBoard::Color | static |
| blue(unsigned char blue) | LibBoard::Color | inline |
| blue() const | LibBoard::Color | inline |
| Blue | LibBoard::Color | static |
| Brown | LibBoard::Color | static |
| Color() | LibBoard::Color | inline |
| Color(const unsigned int rgb, unsigned char alpha=255) | LibBoard::Color | inline |
| Color(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255) | LibBoard::Color | inline |
| Color(unsigned char gray, unsigned char alpha=255) | LibBoard::Color | inline |
| Color(const std::string &htmlColor, unsigned char alpha) | LibBoard::Color | inline |
| Color(const std::string &htmlColor) | LibBoard::Color | inline |
| Color(const char *htmlColor, unsigned char alpha=255) | LibBoard::Color | inline |
| Color(std::nullptr_t) | LibBoard::Color | inline |
| Cyan | LibBoard::Color | static |
| DarkCyan | LibBoard::Color | static |
| DarkGreen | LibBoard::Color | static |
| flush(std::ostream &out) const | LibBoard::Color | |
| flushPostscript(std::ostream &) const | LibBoard::Color | |
| fromHSV(float hue, float saturation, float value, float alpha=1.0f) | LibBoard::Color | static |
| fromHueColormap(float t) | LibBoard::Color | static |
| fromRGBf(float red, float green, float blue, float alpha=1.0f) | LibBoard::Color | inlinestatic |
| Gray | LibBoard::Color | static |
| gray(unsigned char grayLevel, unsigned char alpha=255) | LibBoard::Color | inlinestatic |
| green(unsigned char green) | LibBoard::Color | inline |
| green() const | LibBoard::Color | inline |
| Green | LibBoard::Color | static |
| isNull() const | LibBoard::Color | inline |
| isValid() const | LibBoard::Color | inline |
| Lime | LibBoard::Color | static |
| Magenta | LibBoard::Color | static |
| mixHSV(const Color &a, const Color &b, float t) | LibBoard::Color | static |
| mixRGB(const Color &a, const Color &b, float t) | LibBoard::Color | static |
| Navy | LibBoard::Color | static |
| Null | LibBoard::Color | static |
| operator!=(const Color &other) const | LibBoard::Color | |
| operator<(const Color &other) const | LibBoard::Color | |
| operator==(const Color &other) const | LibBoard::Color | |
| Pink | LibBoard::Color | static |
| postscript() const | LibBoard::Color | |
| Purple | LibBoard::Color | static |
| red(unsigned char red) | LibBoard::Color | inline |
| red() const | LibBoard::Color | inline |
| Red | LibBoard::Color | static |
| setHSV(float hue, float saturation, float value, float alpha=1.0) | LibBoard::Color | |
| setRGBf(float red, float green, float blue, float alpha=1.0) | LibBoard::Color | |
| setRGBi(const unsigned char red, const unsigned char green, const unsigned char blue, const unsigned char alpha=255) | LibBoard::Color | inline |
| Silver | LibBoard::Color | static |
| svg() const | LibBoard::Color | |
| svgAlpha(const char *prefix) const | LibBoard::Color | |
| tikz() const | LibBoard::Color | |
| toHSV(float &hue, float &saturation, float &value, float &alpha) const | LibBoard::Color | |
| valid() const | LibBoard::Color | inline |
| White | LibBoard::Color | static |
| Yellow | LibBoard::Color | static |