ManaPlus
Enumerations
GradientType Namespace Reference

Enumerations

enum  T {
  STATIC = 0 , PULSE , SPECTRUM , RAINBOW ,
  LABEL
}
 

Enumeration Type Documentation

◆ T

Enumerator
STATIC 
PULSE 
SPECTRUM 
RAINBOW 
LABEL 

Definition at line 30 of file gradienttype.h.

31 {
32  STATIC = 0,
33  PULSE,
34  SPECTRUM,
35  RAINBOW,
36  LABEL
37 }