GE_CM_BLIT Library » Clipmap |

Enumeration

详细描述

Enumerations

enum   GE_CM_BLIT {
   COPY ,
   COL ,
   FG
}

函数

enum GE_CM_BLIT   MAXON_ENUM_LIST ( GE_CM_BLIT )

Enumeration Type Documentation

◆  GE_CM_BLIT

enum GE_CM_BLIT
strong
Enumerator
COPY 

Source overwrites destination.

COL 

Source overwrites destination everywhere where source does not equal the background color.

FG 

Sets pixels to the foreground color if the color is not the background color.

Function Documentation

◆  MAXON_ENUM_LIST()

enum GE_CM_BLIT MAXON_ENUM_LIST ( GE_CM_BLIT   )