hi_tde_alpha_blending

Description

Defines the transparency blend enumeration.

Prototype

typedef enum {
    HI_TDE_ALPHA_BLENDING_NONE = 0x0,
    HI_TDE_ALPHA_BLENDING_BLEND = 0x1,
    HI_TDE_ALPHA_BLENDING_ROP = 0x2,
    HI_TDE_ALPHA_BLENDING_COLORIZE = 0x4,
    HI_TDE_ALPHA_BLENDING_MAX = 0x8
} hi_tde_alpha_blending;

Members

Member

Description

HI_TDE_ALPHA_BLENDING_NONE

No blend operations.

HI_TDE_ALPHA_BLENDING_BLEND

Blend operation options of the alpha channel.

HI_TDE_ALPHA_BLENDING_ROP

Blend ROP option.

HI_TDE_ALPHA_BLENDING_COLORIZE

Blend colorize option.