Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: GaussianBlur

[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.

Methods

  • GaussianBlur ()

    Creates a new GaussianBlur effect with default settings.

  • setRadius (double R)

    Sets the radius (standard deviation) of the Gaussian blur kernel.

    • @p R is a double in the range 0 to 63; larger values produce stronger blur.
    • @r this object