mikroSDK Reference Manual
|
The structure used for information about the gradient displayed when an object is pressed and when its not. More...
Data Fields | |
vtft_bool_t | transparent |
vtft_gradient_style | gradient_style |
gl_color_t | start_color |
gl_color_t | end_color |
gl_color_t | press_start_color |
gl_color_t | press_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_press_gradient::transparent |
Gradient will be transparent if true.
vtft_gradient_style vtft_press_gradient::gradient_style |
Style in which start and end color will be used.
gl_color_t vtft_press_gradient::start_color |
Start color of gradient when object is not pressed.
gl_color_t vtft_press_gradient::end_color |
End color of gradient when object is not pressed.
gl_color_t vtft_press_gradient::press_start_color |
Start color of gradient when object is pressed.
gl_color_t vtft_press_gradient::press_end_color |
End color of gradient when object is pressed.