MPLAB® Harmony Graphics Suite
|
Set the widget's global alpha amount to the specified alpha amount. Widgets may enable alpha blending even for color modes that don't support an alpha channel.
LIB_EXPORT laResult laWidget_SetAlphaAmount( laWidget* wgt, uint32_t alpha );
Parameters |
Description |
laWidget* wgt |
the widget |
uint32_t alpha |
the desired global alpha amount |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|