MPLAB® Harmony Graphics Suite
|
Set the mask color value for the current layer to the specified value
LIB_EXPORT laResult laLayer_SetMaskColor( laLayer* layer, GFX_Color color );
Parameters |
Description |
laLayer* layer |
the layer |
GFX_color color |
the desired mask color value |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|