hi_tde_colorkey
说明
TDE关键色的配置属性。
定义
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;
成员
成员名称  | 
描述  | 
|---|---|
argb_colorkey.alpha  | 
argb alpha分量关键色属性。  | 
argb_colorkey.red  | 
argb red分量关键色属性。  | 
argb_colorkey.green  | 
argb green分量关键色属性。  | 
argb _colorkey.blue  | 
argb blue分量关键色属性。  | 
ycbcr_colorkey.y  | 
YCbCr Y分量关键色属性。  | 
ycbcr_colorkey.cb  | 
YCbCr Cb分量关键色属性。  | 
ycbcr_colorkey.cr  | 
YCbCr Cr分量关键色属性。  | 
clut_colorke.alpha  | 
CLUT alpha分量关键色属性。  | 
clut_colorkey.clut  | 
CLUT CLUT分量关键色属性。  | 
父主题: TDE图形绘制