Enum pfcGraphicsMode
# include <pfcDisplay.h>
enum pfcGraphicsMode
{
pfcDRAW_GRAPHICS_NORMAL,
pfcDRAW_GRAPHICS_COMPLEMENT,
pfcGraphicsMode_nil
};
Description
Enumertated type representing the type of graphics that will be drawn on the screen using
the methods on pfcDisplay
Values
-
pfcDRAW_GRAPHICS_NORMAL
- Graphics are drawn in normal mode. Entities will be created using the current graphicscolor.
-
pfcDRAW_GRAPHICS_COMPLEMENT
- Graphics are drawn in complement mode. Entities drawn over existing graphics entitieswill erase the existing entities. Entities drawn where graphics are not present have noeffect.
-
pfcGraphicsMode_nil
- Enum null value.