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

Alpha blending amounts are cumulative from parent to child. If a parent is blended at 50% then logically a child should also implicitely be blended at 50%. If a child further explictely enables blending at 50% then the cumulative amount is 25%.

C
LIB_EXPORT uint32_t laWidget_GetCumulativeAlphaAmount(
    laWidget* wgt
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
Returns

uint32_t - the cumulative blending amount

MPLAB® Harmony Graphics Suite