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

Opacity is determined by a number of factors including: cumulative alpha amount, background type, and the opaque optimization flag.

C
LIB_EXPORT laBool laWidget_isOpaque(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laBool - true if the widget is fully opaque

MPLAB® Harmony Graphics Suite