MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leColorChannelGreen Function
MPLAB® Harmony Graphics Suite
leColorChannelGreen Function
C
LIB_EXPORT uint32_t leColorChannelGreen(
    leColor clr, 
    leColorMode mode
);
Parameters
Parameters 
Description 
leColor 
the source color value 
leColorMode 
the source color mode 
Returns

uint32_t - the green color channel

MPLAB® Harmony Graphics Suite