Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
XColor_t Struct Reference

Description of a X11 color.

Definition at line 58 of file TGWin32.h.

Public Member Functions

 XColor_t ()
 XColor_t ()

Public Attributes

GdkColor color
UShort_t fBlue
 blue value
Bool_t fDefined
 true if pixel value is defined
UShort_t fGreen
 green value
ULong_t fPixel
 color pixel value
UShort_t fRed
 red value in range [0,kBIGGEST_RGB_VALUE]

#include <TGWin32.h>

Constructor & Destructor Documentation

◆ XColor_t() [1/2]

XColor_t::XColor_t ( )
inline

Definition at line 61 of file TGWin32.h.

◆ XColor_t() [2/2]

XColor_t::XColor_t ( )
inline

Definition at line 56 of file TGX11.h.

Member Data Documentation

◆ color

GdkColor XColor_t::color

Definition at line 59 of file TGWin32.h.

◆ fBlue

UShort_t XColor_t::fBlue

blue value

Definition at line 54 of file TGX11.h.

◆ fDefined

Bool_t XColor_t::fDefined

true if pixel value is defined

Definition at line 60 of file TGWin32.h.

◆ fGreen

UShort_t XColor_t::fGreen

green value

Definition at line 53 of file TGX11.h.

◆ fPixel

ULong_t XColor_t::fPixel

color pixel value

Definition at line 51 of file TGX11.h.

◆ fRed

UShort_t XColor_t::fRed

red value in range [0,kBIGGEST_RGB_VALUE]

Definition at line 52 of file TGX11.h.


The documentation for this struct was generated from the following files: