MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > b) Core Functions > leScheme_Initialize Function
MPLAB® Harmony Graphics Suite
leScheme_Initialize Function

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

C
LIB_EXPORT void leScheme_Initialize(
    leScheme* scheme, 
    leColorMode mode
);
Parameters
Parameters 
Description 
leScheme* scheme 
the scheme to modify 
leColorMode 
the color mode to use 
Returns

void

MPLAB® Harmony Graphics Suite