hi_tde_colorkey

Description

Defines configuration attributes of the TDE colorkey.

Prototype

typedef union {
    struct {
        hi_tde_colorkey_component alpha;
        hi_tde_colorkey_component red;
        hi_tde_colorkey_component green;
        hi_tde_colorkey_component blue;
    } argb_colorkey; 
    struct {
        hi_tde_colorkey_component alpha; 
        hi_tde_colorkey_component y;
        hi_tde_colorkey_component cb;
        hi_tde_colorkey_component cr;
    } ycbcr_colorkey;
    struct {
        hi_tde_colorkey_component alpha; 
        hi_tde_colorkey_component clut;
    } clut_colorkey; 
} hi_tde_colorkey;

Members

Member

Description

argb_colorkey.alpha

Colorkey attributes of the ARGB alpha component.

argb_colorkey.red

Colorkey attributes of the ARGB red component.

argb_colorkey.green

Colorkey attributes of the ARGB green component.

argb _colorkey.blue

Colorkey attributes of the ARGB R blue component.

ycbcr_colorkey.y

Colorkey attributes of the Y component of YCbCr.

ycbcr_colorkey.cb

Colorkey attributes of the YCbCr Cb component.

ycbcr_colorkey.cr

Colorkey attributes of the YCbCr Cr component.

clut_colorke.alpha

Colorkey attributes of the CLUT alpha component.

clut_colorkey.clut

Colorkey attributes of the CLUT CLUT component.