Basics
Guides
API Reference
Basics
Guides
API Reference
[11:7] extends: FxObj
Wraps JavaFX GaussianBlur, an effect that blurs a node using a true Gaussian convolution kernel. The radius property controls the standard deviation of the kernel; values range from 0 (no blur) to 63. Apply it to any node via the node's setEffect() method.
GaussianBlur ()
Creates a new GaussianBlur effect with default settings.
setRadius (double R)
Sets the radius (standard deviation) of the Gaussian blur kernel.
R is a double in the range 0 to 63; larger values produce stronger blur.this object
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.