GrayModes Type (Enumeration)

gray.h

enum GrayModes {GRAY_OFF = 0, GRAY_ON = 1, GRAY_HW1 = 1, GRAY_HW2 = 1};

An enumeration to describe legal grayscale modes.

This type has become obsolete upon the introduction of GrayOn and GrayOff.