MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leColorValue Function
MPLAB® Harmony Graphics Suite
leColorValue Function
C
LIB_EXPORT leColor leColorValue(
    leColorMode mode, 
    leColorName name
);
Parameters
Parameters 
Description 
leColorMode 
the color mode for the return type 
leColorName 
the name of the color to retrieve 
Returns

leColor - the color value of the given name in the specified format

MPLAB® Harmony Graphics Suite