MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_SetAlphaAmount Function
MPLAB® Harmony Graphics Suite
laLayer_SetAlphaAmount Function

Set's the amount of alpha blending for a given layer

C
LIB_EXPORT laResult laLayer_SetAlphaAmount(
    laLayer* layer, 
    uint32_t amount
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
uint32_t amount 
an alpha amount from 0 - 255 
Returns

laResult - success if the operation succeeded

MPLAB® Harmony Graphics Suite