A class which encapsulates a color.
A class which encapsulates a color.
DVcolor_float G
DVcolor_float B
DVcolor_float A
DVcolor( const DVcolor_float R_val=1.0, const DVcolor_float G_val=1.0, const DVcolor_float B_val=1.0, const DVcolor_float A_val=1.0 )
~DVcolor()
DVcolor(const DVcolor&)
const DVcolor& operator=(const DVcolor&)
int operator==(const DVcolor&) const
int operator!=(const DVcolor&) const
void set_data( const DVcolor_float R_val=1.0, const DVcolor_float G_val=1.0, const DVcolor_float B_val=1.0, const DVcolor_float A_val=1.0 )
void set_data(const DVcolor&)
void set_data(const DVcolor_float*)
void get_data( DVcolor_float&, DVcolor_float&, DVcolor_float&, DVcolor_float& ) const
void get_data(DVcolor_float*)
void get_data(DVcolor&) const
DVcolor_float& operator[](const int)
DVcolor(FileOption)
DVcolor(FileOption, int &)
void print(ostream &, FileOption)
void print(ostream &) const
inline DVcolor( const DVcolor_float R_val, const DVcolor_float G_val, const DVcolor_float B_val, const DVcolor_float A_val )
inline DVcolor(const DVcolor &data)
inline void get_data( DVcolor_float &R_val, DVcolor_float &G_val, DVcolor_float &B_val, DVcolor_float &A_val ) const
inline void get_data( DVcolor_float *rgba_vals)
inline void get_data(DVcolor &r) const
inline int operator!=(const DVcolor &data) const
inline const DVcolor& operator=(const DVcolor &data)
inline int operator==(const DVcolor &data) const
inline void set_data( const DVcolor_float R_val, const DVcolor_float G_val, const DVcolor_float B_val, const DVcolor_float A_val )
inline void set_data( const DVcolor_float *rgba_vals)
Alphabetic index HTML hierarchy of classes or Java