virtual | ~TGLColor() |
UChar_t* | Arr() |
TString | AsString() const |
const UChar_t* | CArr() const |
static TClass* | Class() |
UChar_t | GetAlpha() const |
UChar_t | GetBlue() const |
Color_t | GetColorIndex() const |
UChar_t | GetGreen() const |
UChar_t | GetRed() const |
Char_t | GetTransparency() const |
virtual TClass* | IsA() const |
TGLColor& | operator=(const TGLColor& c) |
void | SetAlpha(Int_t v) |
void | SetBlue(Int_t v) |
void | SetColor(Color_t color_index) |
void | SetColor(Color_t color_index, Char_t transparency) |
void | SetColor(Int_t r, Int_t g, Int_t b, Int_t a = 255) |
void | SetColor(Float_t r, Float_t g, Float_t b, Float_t a = 1) |
void | SetGreen(Int_t v) |
void | SetRed(Int_t v) |
void | SetTransparency(Char_t transparency) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
| TGLColor() |
| TGLColor(const TGLColor&) |
| TGLColor(Color_t color_index, Char_t transparency = 0) |
| TGLColor(Int_t r, Int_t g, Int_t b, Int_t a = 255) |
| TGLColor(Float_t r, Float_t g, Float_t b, Float_t a = 1) |