7 #ifndef BALL_VIEW_DATATYPE_COLOREXTENSIONS_H 8 #define BALL_VIEW_DATATYPE_COLOREXTENSIONS_H 10 #ifndef BALL_VIEW_DATATYPE_COLORRGBA_H 105 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
145 virtual void clear();
172 void setColors(
const vector<ColorRGBA>& colors);
176 vector<ColorRGBA>& getColors();
180 const vector<ColorRGBA>& getColors()
const;
183 void setAlphas(
Size alpha);
196 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
203 # ifndef BALL_NO_INLINE_FUNCTIONS 204 # include <BALL/VIEW/DATATYPE/colorExtensions.iC> 210 #endif // BALL_VIEW_KERNEL_COLOREXTENSIONS_H #define BALL_CREATE(name)
vector< ColorRGBA > colors
-*- Mode: C++; tab-width: 2; -*-