MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_ColorChannelGreen Function
MPLAB® Harmony Graphics Suite
GFX_ColorChannelGreen Function
C
LIB_EXPORT uint32_t GFX_ColorChannelGreen(
    GFX_Color clr, 
    GFX_ColorMode mode
);
Parameters
Parameters 
Description 
GFX_Color 
the source color value 
the source color mode 
Returns

uint32_t - the green color channel

MPLAB® Harmony Graphics Suite