![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
| XColor_t () | |
| XColor_t () | |
Public Attributes | |
| GdkColor | color |
| Bool_t | fDefined |
| true if pixel value is defined More... | |
| ULong_t | fPixel |
| color pixel value More... | |
| UShort_t | fRed |
| red value in range [0,kBIGGEST_RGB_VALUE] More... | |
| UShort_t | fGreen |
| green value More... | |
| UShort_t | fBlue |
| blue value More... | |
#include <TGWin32.h>
| GdkColor XColor_t::color |
Definition at line 73 of file TGWin32.h.
Referenced by TGWin32::GetRGB(), and TGWin32::SetRGB().
| UShort_t XColor_t::fBlue |
blue value
Definition at line 77 of file TGX11.h.
Referenced by TGX11::GetRGB(), TGX11::SetRGB(), and TGX11::TGX11().
| Bool_t XColor_t::fDefined |
true if pixel value is defined
Definition at line 74 of file TGWin32.h.
Referenced by TGX11::OpenDisplay(), TGWin32::OpenDisplay(), TGX11::SetRGB(), TGWin32::SetRGB(), and TGX11::TGX11().
| UShort_t XColor_t::fGreen |
green value
Definition at line 76 of file TGX11.h.
Referenced by TGX11::GetRGB(), TGX11::SetRGB(), and TGX11::TGX11().
| ULong_t XColor_t::fPixel |
color pixel value
Definition at line 74 of file TGX11.h.
Referenced by TGX11::InitWindow(), TGX11::OpenDisplay(), TGX11::SetRGB(), and TGX11::TGX11().
| UShort_t XColor_t::fRed |
red value in range [0,kBIGGEST_RGB_VALUE]
Definition at line 75 of file TGX11.h.
Referenced by TGX11::GetRGB(), TGX11::SetRGB(), and TGX11::TGX11().