Open Search
    GE_CM_BLIT

    Detailed Description

    Enumerations

    enum class  GE_CM_BLIT {
      COPY ,
      COL ,
      FG
    }
     

    Functions

    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  )