mikroSDK Reference Manual
vtft_gradient Struct Reference

The structure used for information about the gradient. More...

Data Fields

vtft_bool_t transparent
 
vtft_gradient_style gradient_style
 
gl_color_t start_color
 
gl_color_t end_color
 

Detailed Description

Necto Studio Designer will automaticly define the values stored within, but the user can change values in his code.

Field Documentation

◆ transparent

vtft_bool_t vtft_gradient::transparent

Gradient will not be used.

◆ gradient_style

vtft_gradient_style vtft_gradient::gradient_style

Style in which start and end color will be used.

◆ start_color

gl_color_t vtft_gradient::start_color

Start color.

◆ end_color

gl_color_t vtft_gradient::end_color

End color.