Logo ROOT  
Reference Guide
ROOT::Experimental::RColor Member List

This is the complete list of members for ROOT::Experimental::RColor, including all inherited members.

AsHex(bool with_alpha=false) constROOT::Experimental::RColor
AsRGBA() constROOT::Experimental::RColor
AsSVG() constROOT::Experimental::RColor
Clear()ROOT::Experimental::RColorinline
ConvertToRGB(const std::string &name, std::vector< uint8_t > &rgba)ROOT::Experimental::RColorprivatestatic
fNameROOT::Experimental::RColorprivate
fRGBAROOT::Experimental::RColorprivate
GetAlpha() constROOT::Experimental::RColorinline
GetAlphaFloat() constROOT::Experimental::RColorinline
GetBlue() constROOT::Experimental::RColorinline
GetGreen() constROOT::Experimental::RColorinline
GetHLS(float &hue, float &light, float &satur) constROOT::Experimental::RColor
GetName() constROOT::Experimental::RColorinline
GetRed() constROOT::Experimental::RColorinline
GetRGBA() constROOT::Experimental::RColorinline
HasAlpha() constROOT::Experimental::RColorinline
IsEmpty() constROOT::Experimental::RColorinline
kAquaROOT::Experimental::RColorstatic
kBlackROOT::Experimental::RColorstatic
kBlueROOT::Experimental::RColorstatic
kFuchsiaROOT::Experimental::RColorstatic
kGreenROOT::Experimental::RColorstatic
kGreyROOT::Experimental::RColorstatic
kLimeROOT::Experimental::RColorstatic
kMaroonROOT::Experimental::RColorstatic
kNavyROOT::Experimental::RColorstatic
kOliveROOT::Experimental::RColorstatic
kOpaqueROOT::Experimental::RColorstatic
kPurpleROOT::Experimental::RColorstatic
kRedROOT::Experimental::RColorstatic
kSemiTransparentROOT::Experimental::RColorstatic
kSilverROOT::Experimental::RColorstatic
kTealROOT::Experimental::RColorstatic
kTransparentROOT::Experimental::RColorstatic
kWhiteROOT::Experimental::RColorstatic
kYellowROOT::Experimental::RColorstatic
operator==ROOT::Experimental::RColorfriend
RAttrColorROOT::Experimental::RColorfriend
RColor()=defaultROOT::Experimental::RColor
RColor(uint8_t r, uint8_t g, uint8_t b)ROOT::Experimental::RColorinline
RColor(uint8_t r, uint8_t g, uint8_t b, float alpha)ROOT::Experimental::RColorinline
RColor(const RGB_t &rgb)ROOT::Experimental::RColorinline
RColor(const std::string &name)ROOT::Experimental::RColorinline
RGB_t typedefROOT::Experimental::RColorprivate
SetAlpha(uint8_t alpha)ROOT::Experimental::RColorinline
SetAlphaFloat(float alpha)ROOT::Experimental::RColorinline
SetAlphaHex(const std::string &hex)ROOT::Experimental::RColorprivate
SetHLS(float hue, float light, float satur)ROOT::Experimental::RColor
SetName(const std::string &name)ROOT::Experimental::RColorinline
SetRGB(const RGB_t &rgb)ROOT::Experimental::RColorinline
SetRGB(uint8_t r, uint8_t g, uint8_t b)ROOT::Experimental::RColorinline
SetRGBA(uint8_t r, uint8_t g, uint8_t b, uint8_t alpha)ROOT::Experimental::RColorinline
SetRGBHex(const std::string &hex)ROOT::Experimental::RColorprivate
toHex(uint8_t v)ROOT::Experimental::RColorprivatestatic