Basics
Guides
API Reference
Basics
Guides
API Reference
[11:7] extends: FxObj
Wraps JavaFX Glow, an effect that makes a node appear to emit light by adding a bright luminance overlay. The level property controls the intensity of the glow; values range from 0.0 (no glow) to 1.0 (maximum glow). Apply it to any node via the node's setEffect() method.
Glow ()
Creates a new Glow effect with default settings.
setLevel (double L)
Sets the intensity of the glow effect.
L is a double in the range 0.0 (no glow) to 1.0 (maximum glow).this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.