hi_tde_colorkey

Description

Defines the configuration attributes of the TDE colorkey.

Definition

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. Not supported by the Atlas 200I/500 A2 inference products.

argb_colorkey.red

Colorkey attributes of the ARGB red component. Not supported by the Atlas 200I/500 A2 inference products.

argb_colorkey.green

Colorkey attributes of the ARGB green component. Not supported by the Atlas 200I/500 A2 inference products.

argb _colorkey.blue

Colorkey attributes of the ARGB blue component. Not supported by the Atlas 200I/500 A2 inference products.

ycbcr_colorkey.y

Colorkey attributes of the YCbCr Y component. Not supported by the Atlas 200I/500 A2 inference products.

ycbcr_colorkey.cb

Colorkey attributes of the YCbCr Cb component. Not supported by the Atlas 200I/500 A2 inference products.

ycbcr_colorkey.cr

Colorkey attributes of the YCbCr Cr component. Not supported by the Atlas 200I/500 A2 inference products.

clut_colorke.alpha

Colorkey attributes of the CLUT alpha component. Not supported by the Atlas 200I/500 A2 inference products.

clut_colorkey.clut

Colorkey attributes of the CLUT CLUT component. Not supported by the Atlas 200I/500 A2 inference products.