JavaFX SepiaTone EffectSepiaTone Effect basically change the tone of the image to the reddish brown color. In JavaFX, the class javafx.scene.effect.SepiaTone represents SepiaTone effect. We just need to instantiate this class in order to generate an appropriate effect. PropertiesThe properties of the class along with the setter methods are described in the following table.
ConstructorsThe class contains two constructors
Example:Next TopicJavaFX Shadow Effect |