Data Fields | |
| vg_lite_uint8_t | enable |
| vg_lite_uint8_t | low_r |
| vg_lite_uint8_t | low_g |
| vg_lite_uint8_t | low_b |
| vg_lite_uint8_t | alpha |
| vg_lite_uint8_t | hign_r |
| vg_lite_uint8_t | hign_g |
| vg_lite_uint8_t | hign_b |
| vg_lite_uint8_t vg_lite_color_key_t::enable |
| vg_lite_uint8_t vg_lite_color_key_t::low_r |
The color key is effective only when "enable" is ture,
| vg_lite_uint8_t vg_lite_color_key_t::low_g |
The R chanel of low_rgb.
| vg_lite_uint8_t vg_lite_color_key_t::low_b |
The G chanel of low_rgb.
| vg_lite_uint8_t vg_lite_color_key_t::alpha |
The B chanel of low_rgb.
| vg_lite_uint8_t vg_lite_color_key_t::hign_r |
The alpha channel to replace destination pixel alpha channel.
| vg_lite_uint8_t vg_lite_color_key_t::hign_g |
The R chanel of hign_rgb.
| vg_lite_uint8_t vg_lite_color_key_t::hign_b |
The G chanel of hign_rgb.