ROOT 6.18/05 Reference Guide |
An ordinal value and its associated color.
Definition at line 43 of file RPalette.hxx.
Public Attributes | |
RColor | fColor |
The color associated with the value. More... | |
double | fOrdinal |
The value associated with the color. More... | |
Friends | |
bool | operator< (const OrdinalAndColor &lhs, const OrdinalAndColor &rhs) |
Compare two OrdinalAndColor s, for sorting. More... | |
bool | operator< (const OrdinalAndColor &lhs, double rhs) |
Compare an OrdinalAndColor and an ordinal value. More... | |
#include <ROOT/RPalette.hxx>
|
friend |
Compare two OrdinalAndColor
s, for sorting.
Definition at line 48 of file RPalette.hxx.
|
friend |
Compare an OrdinalAndColor
and an ordinal value.
Definition at line 53 of file RPalette.hxx.
RColor ROOT::Experimental::RPalette::OrdinalAndColor::fColor |
The color associated with the value.
Definition at line 45 of file RPalette.hxx.
double ROOT::Experimental::RPalette::OrdinalAndColor::fOrdinal |
The value associated with the color.
Definition at line 44 of file RPalette.hxx.