An ordinal value and its associated color.
Definition at line 41 of file RPalette.hxx.
Public Attributes | |
RColor | fColor |
The color associated with the value. | |
double | fOrdinal {0.} |
The value associated with the color. | |
Friends | |
bool | operator< (const OrdinalAndColor &lhs, const OrdinalAndColor &rhs) |
Compare two OrdinalAndColor s, for sorting. | |
bool | operator< (const OrdinalAndColor &lhs, double rhs) |
Compare an OrdinalAndColor and an ordinal value. | |
#include <ROOT/RPalette.hxx>
|
friend |
Compare two OrdinalAndColor
s, for sorting.
Definition at line 46 of file RPalette.hxx.
|
friend |
Compare an OrdinalAndColor
and an ordinal value.
Definition at line 52 of file RPalette.hxx.
RColor ROOT::Experimental::RPalette::OrdinalAndColor::fColor |
The color associated with the value.
Definition at line 43 of file RPalette.hxx.
double ROOT::Experimental::RPalette::OrdinalAndColor::fOrdinal {0.} |
The value associated with the color.
Definition at line 42 of file RPalette.hxx.