hi_tde_colorkey_component
Description
Defines colorkey attributes of each TDE color component.
Prototype
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;
Members
Member |
Description |
|---|---|
min_component |
Minimum component value. |
max_component |
Maximum component value. |
is_component_out |
The colorkey of a component is within or out of the range. |
is_component_ignore |
Whether the component is ignored. |
component_mask |
Component mask. |
component_reserved |
Reserved. |
component_reserved1 |
Reserved. |
component_reserved2 |
Reserved. |
Parent topic: TDE Graphics Drawing