MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leColorBlend_RGBA_8888 Function
MPLAB® Harmony Graphics Suite
leColorBlend_RGBA_8888 Function
C
LIB_EXPORT leColor leColorBlend_RGBA_8888(
    leColor fore, 
    leColor back
);
Parameters
Parameters 
Description 
leColor 
the foreground color the background color 
Returns

leColor - the blended result color

MPLAB® Harmony Graphics Suite