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

Returns the mask color value for the current layer

C
LIB_EXPORT GFX_Color laLayer_GetMaskColor(
    const laLayer* layer
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
Returns

GFX_Color - the layer mask color value

MPLAB® Harmony Graphics Suite