Basics
Guides
API Reference
Basics
Guides
API Reference
[11:7] extends: FxObj
Wraps JavaFX SepiaTone, an effect that desaturates a node and tints it with a warm brownish sepia color to simulate an aged photograph. The level property controls the intensity of the effect from 0.0 (no change) to 1.0 (full sepia). Apply it to any node via the node's setEffect() method.
SepiaTone ()
Creates a new SepiaTone effect with default settings.
setLevel (double L)
Sets the intensity of the sepia tone effect.
L is a double in the range 0.0 (no effect) to 1.0 (full sepia tone).this objectgetLevel ()
Returns the intensity of the sepia tone effect.
A double in the range 0.0 to 1.0.levelProperty ()
Returns the DoubleProperty backing the level value.
An AJO wrapping javafx.beans.property.DoubleProperty.setInput (object Input)
Sets the input effect that this SepiaTone is chained to. When null the effect operates on the node directly.
Input is an Effect wrapper (e.g. Bloom, BoxBlur, etc.) or null.this objectgetInput ()
Returns the input effect chained to this SepiaTone.
An AJO wrapping javafx.scene.effect.Effect, or null if none is set.inputProperty ()
Returns the ObjectProperty backing the input effect reference.
An AJO wrapping javafx.beans.property.ObjectProperty
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.