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

uint32_t - the blue color channel

MPLAB® Harmony Graphics Suite