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 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
argb_colorkey.red |
argb red 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
argb_colorkey.green |
argb green 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
argb _colorkey.blue |
argb r blue 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
ycbcr_colorkey.y |
YCbCr Y 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
ycbcr_colorkey.cb |
YCbCr Cb 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
ycbcr_colorkey.cr |
YCbCr Cr 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
clut_colorke.alpha |
CLUT alpha 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
clut_colorkey.clut |
CLUT CLUT 分量关键色属性。Atlas 200I/500 A2推理产品不支持。 |
父主题: TDE图形绘制