Class encapsulating a set of colors used throughout standard rendering.
Public Member Functions | |
TGLColorSet () | |
Constructor. Sets default for dark background. | |
TGLColorSet (const TGLColorSet &s) | |
Copy constructor. | |
~TGLColorSet ()=default | |
TGLColor & | Background () |
const TGLColor & | Background () const |
TGLColor & | Foreground () |
const TGLColor & | Foreground () const |
TClass * | IsA () const |
TGLColor & | Markup () |
const TGLColor & | Markup () const |
TGLColorSet & | operator= (const TGLColorSet &s) |
Assignment operator. | |
TGLColor & | Outline () |
const TGLColor & | Outline () const |
TGLColor & | Selection (Int_t i) |
const TGLColor & | Selection (Int_t i) const |
void | StdDarkBackground () |
Set defaults for dark (black) background. | |
void | StdLightBackground () |
Set defaults for light (white) background. | |
void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Protected Attributes | |
TGLColor | fBackground |
TGLColor | fForeground |
TGLColor | fMarkup |
TGLColor | fOutline |
TGLColor | fSelection [5] |
#include <TGLUtil.h>
TGLColorSet::TGLColorSet | ( | ) |
Constructor. Sets default for dark background.
Definition at line 1337 of file TGLUtil.cxx.
TGLColorSet::TGLColorSet | ( | const TGLColorSet & | s | ) |
Copy constructor.
Definition at line 1345 of file TGLUtil.cxx.
|
default |
|
static |
|
inlinestaticconstexpr |
|
inlinestatic |
|
inline |
TGLColorSet & TGLColorSet::operator= | ( | const TGLColorSet & | s | ) |
Assignment operator.
Definition at line 1358 of file TGLUtil.cxx.
void TGLColorSet::StdDarkBackground | ( | ) |
Set defaults for dark (black) background.
Definition at line 1372 of file TGLUtil.cxx.
void TGLColorSet::StdLightBackground | ( | ) |
Set defaults for light (white) background.
Definition at line 1389 of file TGLUtil.cxx.
void TGLColorSet::Streamer | ( | TBuffer & | ) |
|
inline |