2015-06-20 13:11:56 -05:00

3 lines
96 B
Plaintext

ENUM(Channel, int, Red = 0, Green = 1, Blue = 2)
ENUM(Depth, int, TrueColor = 1, HighColor = 0)