MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_GetAlphaAmount Function
MPLAB® Harmony Graphics Suite
laLayer_GetAlphaAmount Function
C
LIB_EXPORT uint32_t laLayer_GetAlphaAmount(
    const laLayer* layer
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
Returns

uint32_t - an alpha channel value from 0 - 255

MPLAB® Harmony Graphics Suite