getWindowOpacity
WindowModuleInterface::getWindowOpacity
Returns the window’s opacity.
Declaration
virtual float getWindowOpacity(WindowID windowID) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to get the opacity of. |
Returns
The window’s opacity, between 0.0
(transparent) and 1.0
(opaque).