Overview
An effect that allows for per-pixel adjustments of hue, saturation, brightness, and contrast.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
brightness | Number |
The brightness adjustment value. More: [+]The brightness adjustment value. Min: -1.0 Max: +1.0 Default: 0.0 Identity: 0.0 |
contrast | Number |
The contrast adjustment value. More: [+]The contrast adjustment value. Min: 0.25 Max: 4.00 Default: 1.00 Identity: 1.00 |
hue | Number |
The hue adjustment value. More: [+]The hue adjustment value. Min: -1.0 Max: +1.0 Default: 0.0 Identity: 0.0 |
input | Effect |
The input for this The input for this |
saturation | Number |
The saturation adjustment value. More: [+]The saturation adjustment value. Min: -1.0 Max: +1.0 Default: 0.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