GrayGetPlane Function (Macro)

gray.h

void *GrayGetPlane (short plane);

Gets the address of a grayscale plane.

GrayGetPlane returns a pointer to the grayscale plane plane. Valid values for plane are LIGHT_PLANE and DARK_PLANE. To draw in black, draw in both planes.

Note: Do not assume that any plane is on 0x4C00 when in grayscale mode, due to hardware version 2 support.


Deprecated alias: GetPlane