ROOT 6.14/05 Reference Guide |
Class encapsulating a set of colors used throughout standard rendering.
Public Member Functions | |
TGLColorSet () | |
Constructor. Sets default for dark background. More... | |
virtual | ~TGLColorSet () |
Destructor. More... | |
TGLColor & | Background () |
const TGLColor & | Background () const |
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 1360 of file TGLUtil.cxx.
|
virtual |
Destructor.
Definition at line 1368 of file TGLUtil.cxx.
TGLColorSet & TGLColorSet::operator= | ( | const TGLColorSet & | s | ) |
Assignment operator.
Definition at line 1375 of file TGLUtil.cxx.
void TGLColorSet::StdDarkBackground | ( | ) |
Set defaults for dark (black) background.
Definition at line 1389 of file TGLUtil.cxx.
void TGLColorSet::StdLightBackground | ( | ) |
Set defaults for light (white) background.
Definition at line 1406 of file TGLUtil.cxx.