Class encapsulating a set of colors used throughout standard rendering.
Public Member Functions | |
TGLColorSet () | |
Constructor. Sets default for dark background. More... | |
TGLColorSet (const TGLColorSet &s) | |
Copy constructor. More... | |
~TGLColorSet ()=default | |
TGLColor & | Background () |
const TGLColor & | Background () const |
ClassDefNV (TGLColorSet, 0) | |
TGLColor & | Foreground () |
const TGLColor & | Foreground () const |
TGLColor & | Markup () |
const TGLColor & | Markup () const |
TGLColorSet & | operator= (const TGLColorSet &s) |
Assignment operator. More... | |
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. More... | |
void | StdLightBackground () |
Set defaults for light (white) background. More... | |
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 1338 of file TGLUtil.cxx.
TGLColorSet::TGLColorSet | ( | const TGLColorSet & | s | ) |
Copy constructor.
Definition at line 1346 of file TGLUtil.cxx.
|
default |
TGLColorSet::ClassDefNV | ( | TGLColorSet | , |
0 | |||
) |
TGLColorSet & TGLColorSet::operator= | ( | const TGLColorSet & | s | ) |
Assignment operator.
Definition at line 1359 of file TGLUtil.cxx.
void TGLColorSet::StdDarkBackground | ( | ) |
Set defaults for dark (black) background.
Definition at line 1373 of file TGLUtil.cxx.
void TGLColorSet::StdLightBackground | ( | ) |
Set defaults for light (white) background.
Definition at line 1390 of file TGLUtil.cxx.