|
SVG for C++
|
This is the complete list of members for SVG::Color, including all inherited members.
| black() | SVG::Color | inlinestatic |
| hex(std::string value) | SVG::Color | inlinestatic |
| hsl(double hue, double saturation, double lightness) | SVG::Color | inlinestatic |
| mix(const Color &other, double amount) const | SVG::Color | inline |
| operator std::string() const | SVG::Color | inline |
| rgb(int red, int green, int blue) | SVG::Color | inlinestatic |
| shade(double amount) const | SVG::Color | inline |
| tint(double amount) const | SVG::Color | inline |
| white() | SVG::Color | inlinestatic |