See Also
class {
public:
enum Enum {
Uniform,
Colorized,
Gouraud,
Phong,
Count,
Per_Segment = Colorized,
Per_Vertex = Gouraud,
Per_Pixel = Phong,
Undefined = -1
};
ENUM_CLASS_FUNCTIONS (HT_Shape_Color)
};