JavaFX ImageInputThis effect is mainly used to pass the unmodified image as an input for the other effects. The class javafx.scene.effect.ImageInput represents ImageInput effect. This class contains various properties which can be set to a certain value in order to render an appropriate image. PropertiesThe properties of the class along with their setter methods are described in the following table.
ConstructorsThe class contains three constructors described below.
Example:Next TopicJavaFX Blend Effect |