All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javafx.scene.effect.package.html Maven / Gradle / Ivy

There is a newer version: 23-ea+3
Show newest version






  
  javafx.scene.effect


Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.

An effect is a graphical algorithm that produces an image, typically as a modification of a source image. An effect can be associated with a scene graph {@code Node} by setting the {@link javafx.scene.Node#effectProperty effect} attribute. Some effects change the color properties of the source pixels (such as {@link javafx.scene.effect.ColorAdjust}), others combine multiple images together (such as {@link javafx.scene.effect.Blend Blend}), while still others warp or move the pixels of the source image around (such as {@link javafx.scene.effect.DisplacementMap DisplacementMap} or {@link javafx.scene.effect.PerspectiveTransform PerspectiveTransform}). All effects have at least one input defined and the input can be set to another effect to chain the effects together and combine their results, or it can be left unspecified in which case the effect will operate on a graphical rendering of the node it is attached to.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy