ROOT 6.18/05 Reference Guide |
#include <array>
#include <vector>
Classes | |
struct | ROOT::Experimental::RColor::Alpha |
class | ROOT::Experimental::RColor::AutoTag |
Used to signal that this color shall be automatically chosen by the drawing routines, by picking a color from the RPad 's (or rather its RFrame 's) current RPalette . More... | |
class | ROOT::Experimental::RColor |
A color: Red|Green|Blue|Alpha, or a position in a RPalette. More... | |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Experimental |
Functions | |
RColor | ROOT::Experimental::FromAttributeString (const std::string &str, const std::string &name, RColor *) |
Initialize a RColor from a string value. More... | |
std::string | ROOT::Experimental::ToAttributeString (const RColor &val) |
Return a std::string representation of a RColor, suitable as input to ColorFromString(). More... | |
Definition in file RColor.hxx.