MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_GetAlphaAmount Function
MPLAB® Harmony Graphics Suite
laWidget_GetAlphaAmount Function

Return the widget's global alpha amount

C
LIB_EXPORT uint32_t laWidget_GetAlphaAmount(
    laWidget* wgt
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
Returns

uint32_t - the widget's global alpha amount

MPLAB® Harmony Graphics Suite