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

Method getOpacity

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

Get window opacity value. @return opacity value in range [0.0, 1.0]

()

Source from the content-addressed store, hash-verified

296 * @return opacity value in range [0.0, 1.0]
297 */
298 public abstract float getOpacity();
299
300 /**
301 * <p>Get window screen, where currently this window is located.</p>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected