Overview
An effect that allows for per-pixel adjustments of hue, saturation, brightness, and contrast.
Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | brightness | Number | ![]() | ![]() | ![]() | 0.0 |
The brightness adjustment value.
The brightness adjustment value.
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
0.0
|
| public | contrast | Number | ![]() | ![]() | ![]() | 1.0 |
The contrast adjustment value.
The contrast adjustment value.
Min: 0.25
Max: 4.00
Default: 1.00
Identity: 1.00
1.0
|
| public | hue | Number | ![]() | ![]() | ![]() | 0.0 |
The hue adjustment value.
The hue adjustment value.
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
0.0
|
| public | input | Effect | ![]() | ![]() | ![]() | null |
The input for this
The input for this |
| public | saturation | Number | ![]() | ![]() | ![]() | 0.0 |
The saturation adjustment value.
The saturation adjustment value.
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
0.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
