hi_tde_colorkey_component
说明
TDE单个颜色分量的关键色属性。
定义
typedef struct {
    hi_u8 min_component;
    hi_u8 max_component;
    hi_u8 is_component_out;
    hi_u8 is_component_ignore;
    hi_u8 component_mask;
    hi_u8 component_reserved;
    hi_u8 component_reserved1;
    hi_u8 component_reserved2;
} hi_tde_colorkey_component;
成员
成员名称  | 
描述  | 
|---|---|
min_component  | 
分量最小值。  | 
max_component  | 
分量最大值。  | 
is_component_out  | 
分量关键色在范围内或范围外。  | 
is_component_ignore  | 
分量是否忽略。  | 
component_mask  | 
分量掩码。  | 
component_reserved  | 
保留值。  | 
component_reserved1  | 
保留值。  | 
component_reserved2  | 
保留值。  | 
父主题: TDE图形绘制