GE_CM_DRAWMODE

Detailed Description

Enumerations

enum class  GE_CM_DRAWMODE {
  COPY ,
  BLEND ,
  MASK
}
 

Functions

enum GE_CM_DRAWMODE MAXON_ENUM_LIST (GE_CM_DRAWMODE)
 

Enumeration Type Documentation

◆ GE_CM_DRAWMODE

enum GE_CM_DRAWMODE
strong
Enumerator
COPY 

New pixels overwrite old ones.

BLEND 

New pixels blend with old ones, taking the alpha value of the new pixels in account as well as the blend factor specified by the parameter.
The value specified by the parameter is the opacity of the source (bitmap). It ranges from 0 to 256, where 256 equals 1.0 and means opaque.

MASK 

New pixels overwrite the old ones at the bits where the mask specified by the parameter equals 1.

Function Documentation

◆ MAXON_ENUM_LIST()

enum GE_CM_DRAWMODE MAXON_ENUM_LIST ( GE_CM_DRAWMODE  )