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

Gets the layer mask enable flag

C
LIB_EXPORT laBool laLayer_GetMaskEnable(
    const laLayer* layer
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
Returns

laBool - the value of the mask enable flag

MPLAB® Harmony Graphics Suite