MPLAB® Harmony Graphics Suite
|
Sets the minimum and maximum alpha scaling ratio for the items. These values are only used if laRadialMenuWidget_SetAlphaScaling is called and alpha scaling is enabled
LIB_EXPORT laResult laRadialMenuWidget_SetAlphaScaleMinMax( laRadialMenuWidget* mn, int32_t min, int32_t max );
Parameters |
Description |
laRadialMenuWidget* mn |
the widget |
int32_t min |
the minimum alpha scale, it should be between 0 - 255 |
int32_t max |
the maximum alpha scale, it should be between 0 - 255 |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|