Definition at line 323 of file GuiTypes.h.
Public Attributes | |
UInt_t | fCloseness |
allowable RGB deviation | |
Colormap_t | fColormap |
colormap to use | |
Int_t | fDepth |
depth of window | |
UInt_t | fHeight |
height of picture | |
Mask_t | fMask |
mask specifying which attributes are defined | |
UInt_t | fNpixels |
number of used color pixels | |
ULong_t * | fPixels |
list of used color pixels (if set use delete[]) | |
UInt_t | fWidth |
width of picture | |
UInt_t | fXHotspot |
picture x hotspot coordinate | |
UInt_t | fYHotspot |
picture y hotspot coordinate | |
#include <GuiTypes.h>
UInt_t PictureAttributes_t::fCloseness |
allowable RGB deviation
Definition at line 332 of file GuiTypes.h.
Colormap_t PictureAttributes_t::fColormap |
colormap to use
Definition at line 324 of file GuiTypes.h.
Int_t PictureAttributes_t::fDepth |
depth of window
Definition at line 325 of file GuiTypes.h.
UInt_t PictureAttributes_t::fHeight |
height of picture
Definition at line 327 of file GuiTypes.h.
Mask_t PictureAttributes_t::fMask |
mask specifying which attributes are defined
Definition at line 333 of file GuiTypes.h.
UInt_t PictureAttributes_t::fNpixels |
number of used color pixels
Definition at line 331 of file GuiTypes.h.
ULong_t* PictureAttributes_t::fPixels |
list of used color pixels (if set use delete[])
Definition at line 330 of file GuiTypes.h.
UInt_t PictureAttributes_t::fWidth |
width of picture
Definition at line 326 of file GuiTypes.h.
UInt_t PictureAttributes_t::fXHotspot |
picture x hotspot coordinate
Definition at line 328 of file GuiTypes.h.
UInt_t PictureAttributes_t::fYHotspot |
picture y hotspot coordinate
Definition at line 329 of file GuiTypes.h.