mikroSDK Reference Manual
|
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 |
Necto Studio Designer will automaticly define the values stored within, but the user can change values in his code.
vtft_bool_t vtft_gradient::transparent |
Gradient will not be used.
vtft_gradient_style vtft_gradient::gradient_style |
Style in which start and end color will be used.
gl_color_t vtft_gradient::start_color |
Start color.
gl_color_t vtft_gradient::end_color |
End color.