| AsHex(bool with_alpha=false) const | ROOT::Experimental::RColor | |
| AsRGBA() const | ROOT::Experimental::RColor | |
| AsSVG() const | ROOT::Experimental::RColor | |
| Clear() | ROOT::Experimental::RColor | inline |
| ConvertToRGB(const std::string &name, std::vector< uint8_t > &rgba) | ROOT::Experimental::RColor | privatestatic |
| fName | ROOT::Experimental::RColor | private |
| fRGBA | ROOT::Experimental::RColor | private |
| GetAlpha() const | ROOT::Experimental::RColor | inline |
| GetAlphaFloat() const | ROOT::Experimental::RColor | inline |
| GetBlue() const | ROOT::Experimental::RColor | inline |
| GetGreen() const | ROOT::Experimental::RColor | inline |
| GetHLS(float &hue, float &light, float &satur) const | ROOT::Experimental::RColor | |
| GetName() const | ROOT::Experimental::RColor | inline |
| GetRed() const | ROOT::Experimental::RColor | inline |
| GetRGBA() const | ROOT::Experimental::RColor | inline |
| HasAlpha() const | ROOT::Experimental::RColor | inline |
| IsEmpty() const | ROOT::Experimental::RColor | inline |
| kAqua | ROOT::Experimental::RColor | static |
| kBlack | ROOT::Experimental::RColor | static |
| kBlue | ROOT::Experimental::RColor | static |
| kFuchsia | ROOT::Experimental::RColor | static |
| kGreen | ROOT::Experimental::RColor | static |
| kGrey | ROOT::Experimental::RColor | static |
| kLime | ROOT::Experimental::RColor | static |
| kMaroon | ROOT::Experimental::RColor | static |
| kNavy | ROOT::Experimental::RColor | static |
| kOlive | ROOT::Experimental::RColor | static |
| kOpaque | ROOT::Experimental::RColor | static |
| kPurple | ROOT::Experimental::RColor | static |
| kRed | ROOT::Experimental::RColor | static |
| kSemiTransparent | ROOT::Experimental::RColor | static |
| kSilver | ROOT::Experimental::RColor | static |
| kTeal | ROOT::Experimental::RColor | static |
| kTransparent | ROOT::Experimental::RColor | static |
| kWhite | ROOT::Experimental::RColor | static |
| kYellow | ROOT::Experimental::RColor | static |
| operator== | ROOT::Experimental::RColor | friend |
| RAttrColor | ROOT::Experimental::RColor | friend |
| RColor()=default | ROOT::Experimental::RColor | |
| RColor(uint8_t r, uint8_t g, uint8_t b) | ROOT::Experimental::RColor | inline |
| RColor(uint8_t r, uint8_t g, uint8_t b, float alpha) | ROOT::Experimental::RColor | inline |
| RColor(const RGB_t &rgb) | ROOT::Experimental::RColor | inline |
| RColor(const std::string &name) | ROOT::Experimental::RColor | inline |
| RGB_t typedef | ROOT::Experimental::RColor | private |
| SetAlpha(uint8_t alpha) | ROOT::Experimental::RColor | inline |
| SetAlphaFloat(float alpha) | ROOT::Experimental::RColor | inline |
| SetAlphaHex(const std::string &hex) | ROOT::Experimental::RColor | private |
| SetHLS(float hue, float light, float satur) | ROOT::Experimental::RColor | |
| SetName(const std::string &name) | ROOT::Experimental::RColor | inline |
| SetRGB(const RGB_t &rgb) | ROOT::Experimental::RColor | inline |
| SetRGB(uint8_t r, uint8_t g, uint8_t b) | ROOT::Experimental::RColor | inline |
| SetRGBA(uint8_t r, uint8_t g, uint8_t b, uint8_t alpha) | ROOT::Experimental::RColor | inline |
| SetRGBA(uint8_t r, uint8_t g, uint8_t b, float alpha) | ROOT::Experimental::RColor | inline |
| SetRGBHex(const std::string &hex) | ROOT::Experimental::RColor | private |
| toHex(uint8_t v) | ROOT::Experimental::RColor | privatestatic |