GrayPlanes Type (Enumeration)

gray.h

enum GrayPlanes {LIGHT_PLANE = 0, DARK_PLANE = 1};

An enumeration to describe legal grayscale planes.