Go to the source code of this file.
Enumerations | |
enum | EFFECTTYPE { EFFECT_RGB, EFFECT_HSV_SHORT, EFFECT_HSV_LONG } |
|
Definition at line 104 of file gradtype.h. 00104 { 00105 EFFECT_RGB, 00106 EFFECT_HSV_SHORT, 00107 EFFECT_HSV_LONG 00108 } EFFECTTYPE;
|