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

Set the mask color value for the current layer to the specified value

C
LIB_EXPORT laResult laLayer_SetMaskColor(
    laLayer* layer, 
    GFX_Color color
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
GFX_color color 
the desired mask color value 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite