MPLAB® Harmony Graphics Suite
|
Opacity is determined by a number of factors including: cumulative alpha amount, background type, and the opaque optimization flag.
LIB_EXPORT laBool laWidget_isOpaque( laWidget* wgt );
Parameters |
Description |
laWidget* wgt |
the widget |
laBool - true if the widget is fully opaque
MPLAB® Harmony Graphics Suite
|