ROOT 6.12/07 Reference Guide |
An ordinal value and its associated color.
Definition at line 43 of file TPalette.hxx.
Public Attributes | |
TColor | 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/TPalette.hxx>
|
friend |
Compare two OrdinalAndColor
s, for sorting.
Definition at line 48 of file TPalette.hxx.
|
friend |
Compare an OrdinalAndColor
and an ordinal value.
Definition at line 53 of file TPalette.hxx.
TColor ROOT::Experimental::TPalette::OrdinalAndColor::fColor |
The color associated with the value.
Definition at line 45 of file TPalette.hxx.
double ROOT::Experimental::TPalette::OrdinalAndColor::fOrdinal |
The value associated with the color.
Definition at line 44 of file TPalette.hxx.