Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
AsString() constROOT::Experimental::RColorinline
AsSVG() constROOT::Experimental::RColor
AutoColor()ROOT::Experimental::RColorstatic
Clear()ROOT::Experimental::RColorinline
ConvertNameToRGB(const std::string &name)ROOT::Experimental::RColorprivatestatic
fColorROOT::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
GetOrdinal() constROOT::Experimental::RColor
GetRed() constROOT::Experimental::RColorinline
HasAlpha() constROOT::Experimental::RColorinline
IsAuto() constROOT::Experimental::RColor
IsEmpty() constROOT::Experimental::RColorinline
IsName() constROOT::Experimental::RColor
IsOrdinal() constROOT::Experimental::RColor
IsRGB() constROOT::Experimental::RColor
IsRGBA() constROOT::Experimental::RColor
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
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 &color)ROOT::Experimental::RColorinline
RColor(float ordinal)ROOT::Experimental::RColorinline
RGB_t typedefROOT::Experimental::RColorprivate
SetAlpha(uint8_t alpha)ROOT::Experimental::RColor
SetAlphaFloat(float alpha)ROOT::Experimental::RColorinline
SetAlphaHex(const std::string &hex)ROOT::Experimental::RColorprivate
SetColor(const std::string &col)ROOT::Experimental::RColorinline
SetHLS(float hue, float light, float satur)ROOT::Experimental::RColor
SetName(const std::string &name)ROOT::Experimental::RColorinline
SetOrdinal(float val)ROOT::Experimental::RColor
SetRGB(const RGB_t &rgb)ROOT::Experimental::RColorinline
SetRGB(uint8_t r, uint8_t g, uint8_t b)ROOT::Experimental::RColor
SetRGBA(uint8_t r, uint8_t g, uint8_t b, uint8_t alpha)ROOT::Experimental::RColor
SetRGBHex(const std::string &hex)ROOT::Experimental::RColorprivate
toHex(uint8_t v)ROOT::Experimental::RColorprivatestatic