Overview
A filter that produces a sepia tone effect, similar to antique photographs.
Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | input | Effect | ![]() | ![]() | ![]() | null |
The input for this
The input for this |
| public | level | Number | ![]() | ![]() | ![]() | 1.0 |
The level value, which controls the intensity of the sepia effect.
The level value, which controls the intensity of the sepia effect.
Min: 0.0
Max: 1.0
Default: 1.0
Identity: 0.0
1.0
|
Inherited Variables
Function Summary
- public impl_getImpl() : com.sun.scenario.effect.Effect
Inherited Functions
javafx.scene.effect.Effect
- public getAccelType(config: java.awt.GraphicsConfiguration) : java.lang.String
-
Returns a
Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration.
Returns a
Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration. This method is intended for informational or debugging purposes only.-
Parameters
- config
-
Returns
- String
- public abstract impl_getImpl() : com.sun.scenario.effect.Effect
