#include "GuiTypes.h"

ColorStruct_t


class description - source file - inheritance tree (.pdf)

class ColorStruct_t

Inheritance Chart:
ColorStruct_t

    public:
ColorStruct_t() ColorStruct_t(const ColorStruct_t&) ~ColorStruct_t() ColorStruct_t& operator=(const ColorStruct_t&)

Data Members


    public:
ULong_t fPixel color pixel value (index in color table) UShort_t fRed red component (0..65535) UShort_t fGreen green component (0..65535) UShort_t fBlue blue component (0..65535) UShort_t fMask mask telling which color components are valid

Class Description

                                                                      
 GuiTypes                                                             
                                                                      
 Types used by the GUI classes.                                       
                                                                      




Inline Functions


                  void ~ColorStruct_t()
         ColorStruct_t ColorStruct_t()
         ColorStruct_t ColorStruct_t(const ColorStruct_t&)
        ColorStruct_t& operator=(const ColorStruct_t&)


Last update: Thu Aug 12 14:48:43 2004
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.