MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_ColorValue Function
MPLAB® Harmony Graphics Suite
GFX_ColorValue Function
C
LIB_EXPORT GFX_Color GFX_ColorValue(
    GFX_ColorMode mode, 
    GFX_ColorName name
);
Parameters
Parameters 
Description 
the color mode for the return type 
the name of the color to retrieve 
Returns

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

MPLAB® Harmony Graphics Suite