PSOC E8XXGP Device Support Library
vg_lite_color_ramp_t Struct Reference

Data Fields

vg_lite_float_t stop
 
vg_lite_float_t red
 
vg_lite_float_t green
 
vg_lite_float_t blue
 
vg_lite_float_t alpha
 

Field Documentation

◆ stop

vg_lite_float_t vg_lite_color_ramp_t::stop

◆ red

vg_lite_float_t vg_lite_color_ramp_t::red

Value for the color stop.

◆ green

vg_lite_float_t vg_lite_color_ramp_t::green

Red color channel value for the color stop.

◆ blue

vg_lite_float_t vg_lite_color_ramp_t::blue

Green color channel value for the color stop.

◆ alpha

vg_lite_float_t vg_lite_color_ramp_t::alpha

Blue color channel value for the color stop.