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

Set the alpha enable property of the widget with the boolean value specified

C
LIB_EXPORT laResult laWidget_SetAlphaEnable(
    laWidget* wgt, 
    laBool enable
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
laBool enable 
the desired alpha enable flag value 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite