setWindowOpacity
WindowModuleInterface::setWindowOpacity
Sets the window’s opacity.
Declaration
virtual void setWindowOpacity(WindowID windowID, float opacity) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to change the opacity of. |
|
opacity |
float |
The window’s opacity, between |
Returns
None.