hi_tde_colorkey_mode

Description

Defines configuration attributes of the TDE colorkey.

Definition

typedef enum {
    HI_TDE_COLORKEY_MODE_NONE = 0,
    HI_TDE_COLORKEY_MODE_FG,
    HI_TDE_COLORKEY_MODE_BG,
    HI_TDE_COLORKEY_MODE_MAX
} hi_tde_colorkey_mode;

Members

Member

Description

HI_TDE_COLORKEY_MODE_NONE

No colorkey operation. Not supported by the Atlas 200I/500 A2 inference products.

HI_TDE_COLORKEY_MODE_FG

Performs the colorkey operation on the foreground bitmap. Not supported by the Atlas 200I/500 A2 inference products.

HI_TDE_COLORKEY_MODE_BG

Performs the colorkey operation on the background bitmap. Not supported by the Atlas 200I/500 A2 inference products.

HI_TDE_COLORKEY_MODE_MAX

Invalid colorkey mode. Not supported by the Atlas 200I/500 A2 inference products.