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

Initialize the scheme to the default values as per the specified color mode.

C
LIB_EXPORT void laScheme_Initialize(
    laScheme* scheme, 
    GFX_ColorMode mode
);
Parameters
Parameters 
Description 
laSceme* scheme 
the scheme to modify 
the color mode to use 
Returns

void

MPLAB® Harmony Graphics Suite