Window.setOpacity

Set the opacity of the window.

class Window
setOpacity
(
this T
)
(
double opacity
)

Parameters

opacity double

A number between 0.0 and 1.0 specifying the transparency.

Return Value

Type: auto

This window to aid method chaining.

Meta