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

uint32_t - the alpha color channel

MPLAB® Harmony Graphics Suite