GrayDBufGetHiddenPlane Function (Macro)

gray.h

void *GrayDBufGetHiddenPlane (short plane);

Returns a pointer to a specific plane of the currently hidden buffer.

GrayDBufGetHiddenPlane acts like GrayGetPlane for the currently hidden buffer (it calls GrayDBufGetPlane with the index returned from GrayDBufGetActiveIdx). Drawing into this buffer has no effect on the contents of the screen until GrayDBufSetActiveIdx or GrayDBufToggle is called.


See also: GrayDBufGetActivePlane, GrayGetPlane, GrayDBufGetPlane, GrayDBufToggle