MCPcopy Create free account
hub / github.com/HumbleUI/JWM / setOpacity

Method setOpacity

shared/java/Window.java:290–291  ·  view source on GitHub ↗

Sets window opacity [0.0, 1.0]. If the opacity is outside the range, it will be clamped to 0.0 to 1.0. @param opacity 0f for fully transparent, 1f for fully opaque @return this

(float opacity)

Source from the content-addressed store, hash-verified

288 * @return this
289 */
290 @NotNull @Contract("-> this")
291 public abstract Window setOpacity(float opacity);
292
293 /**
294 * <p>Get window opacity value.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected