vg_lite_color_key4_t structure

The priority order is: color_key_0 > color_key_1 > color_key_2 > color_key_3. (from April 2022)

Used in blit function: vg_lite_set_color_key

vg_lite_color_key4_t members

Type

Description

color_key_0

high_rgb_0, low_rgb_0, alpha_0, enable_0

color_key_1

high_rgb_1, low_rgb_1, alpha_1, enable_1

color_key_2

high_rgb_2, low_rgb_2, alpha_2, enable_2

color_key_3

high_rgb_3, low_rgb_3, alpha_3, enable_3

Parent topic:Blit structures