Overview
A filter that produces a sepia tone effect, similar to antique photographs.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
input | Effect |
The input for this The input for this |
level | Number |
The level value, which controls the intensity of the sepia effect. More: [+]The level value, which controls the intensity of the sepia effect. Min: 0.0 Max: 1.0 Default: 1.0 Identity: 0.0 |
Protected |
Inherited Attributes
Inherited Functions
javafx.scene.effect.Effect
- public getAccelType(config: java.awt.GraphicsConfiguration) : java.lang.String
-
Returns a
More: [+]String
representing the type of hardware acceleration, if any, that is used when applying thisEffect
on the givenGraphicsConfiguration
.Returns a
String
representing the type of hardware acceleration, if any, that is used when applying thisEffect
on the givenGraphicsConfiguration
. This method is intended for informational or debugging purposes only.-
Parameters
- config
-
Returns
- String