MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_SetAlphaEnable Function
MPLAB® Harmony Graphics Suite
laLayer_SetAlphaEnable Function
C
LIB_EXPORT laResult laLayer_SetAlphaEnable(
    laLayer* layer, 
    laBool enable
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
laBool enable 
the desired value of the flag 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite