TImagePalette


class description - source file - inheritance tree

class TImagePalette : public TObject


    public:
TImagePalette(const TImagePalette& palette) TImagePalette(UInt_t numPoints) TImagePalette() virtual ~TImagePalette() static TClass* Class() virtual TClass* IsA() const TImagePalette& operator=(const TImagePalette& palette) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
UInt_t fNumPoints number of anchor points Double_t* fPoints [fNumPoints] value of each anchor point [0..1] UShort_t* fColorRed [fNumPoints] red color at each anchor point UShort_t* fColorGreen [fNumPoints] green color at each anchor point UShort_t* fColorBlue [fNumPoints] blue color at each anchor point UShort_t* fColorAlpha [fNumPoints] alpah at each anchor point

Class Description



Last update: Fri May 14 13:32:39 2004


ROOT page - Class index - 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.