PSOC E8XXGP Device Support Library
vg_lite_color_key_t Struct Reference

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
 

Field Documentation

◆ enable

vg_lite_uint8_t vg_lite_color_key_t::enable

◆ low_r

vg_lite_uint8_t vg_lite_color_key_t::low_r

The color key is effective only when "enable" is ture,

◆ low_g

vg_lite_uint8_t vg_lite_color_key_t::low_g

The R chanel of low_rgb.

◆ low_b

vg_lite_uint8_t vg_lite_color_key_t::low_b

The G chanel of low_rgb.

◆ alpha

vg_lite_uint8_t vg_lite_color_key_t::alpha

The B chanel of low_rgb.

◆ hign_r

vg_lite_uint8_t vg_lite_color_key_t::hign_r

The alpha channel to replace destination pixel alpha channel.

◆ hign_g

vg_lite_uint8_t vg_lite_color_key_t::hign_g

The R chanel of hign_rgb.

◆ hign_b

vg_lite_uint8_t vg_lite_color_key_t::hign_b

The G chanel of hign_rgb.