JavaFX GaussianBlur EffectGaussianBlur Effect is very much similar to BoxBlur effect. The only difference between the both is that the GaussianBlur effect uses a Gaussian convolution kernel to blur the nodes. However, JavaFX provides the class javafx.scene.effect.GaussianBlur to implement GaussianBlur on the nodes. This class needs to be instantiated in order to apply an appropriate effect on the node. PropertiesThe properties of the class along with the setter methods are described in the following table.
ConstructorsThe class contains two constructors.
Example:Next TopicJavaFX MotionBlur Effect |