|
Spec-Zone .ru
спецификации, руководства, описания, API
|
public class ColorAdjust extends Effect
| Type | Property and Description |
|---|---|
DoubleProperty |
brightness
The brightness adjustment value.
|
DoubleProperty |
contrast
The contrast adjustment value.
|
DoubleProperty |
hue
The hue adjustment value.
|
ObjectProperty<Effect> |
input
The input for this
Effect. |
DoubleProperty |
saturation
The saturation adjustment value.
|
| Constructor and Description |
|---|
ColorAdjust() |
| Modifier and Type | Method and Description |
|---|---|
DoubleProperty |
brightnessProperty()
The brightness adjustment value.
|
DoubleProperty |
contrastProperty()
The contrast adjustment value.
|
double |
getBrightness()
The brightness adjustment value.
|
double |
getContrast()
The contrast adjustment value.
|
double |
getHue()
The hue adjustment value.
|
Effect |
getInput()
The input for this
Effect. |
double |
getSaturation()
The saturation adjustment value.
|
DoubleProperty |
hueProperty()
The hue adjustment value.
|
ObjectProperty<Effect> |
inputProperty()
The input for this
Effect. |
DoubleProperty |
saturationProperty()
The saturation adjustment value.
|
void |
setBrightness(double value)
The brightness adjustment value.
|
void |
setContrast(double value)
The contrast adjustment value.
|
void |
setHue(double value)
The hue adjustment value.
|
void |
setInput(Effect value)
The input for this
Effect. |
void |
setSaturation(double value)
The saturation adjustment value.
|
Effect.
If set to null, or left unspecified, a graphical image of
the Node to which the Effect is attached will be
used as the input.getInput(),
setInput(Effect)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getHue(),
setHue(double)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getSaturation(),
setSaturation(double)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getBrightness(),
setBrightness(double)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getContrast(),
setContrast(double)public final void setInput(Effect value)
Effect.
If set to null, or left unspecified, a graphical image of
the Node to which the Effect is attached will be
used as the input.public final Effect getInput()
Effect.
If set to null, or left unspecified, a graphical image of
the Node to which the Effect is attached will be
used as the input.public final ObjectProperty<Effect> inputProperty()
Effect.
If set to null, or left unspecified, a graphical image of
the Node to which the Effect is attached will be
used as the input.getInput(),
setInput(Effect)public final void setHue(double value)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final double getHue()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final DoubleProperty hueProperty()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getHue(),
setHue(double)public final void setSaturation(double value)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final double getSaturation()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final DoubleProperty saturationProperty()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getSaturation(),
setSaturation(double)public final void setBrightness(double value)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final double getBrightness()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final DoubleProperty brightnessProperty()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getBrightness(),
setBrightness(double)public final void setContrast(double value)
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final double getContrast()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
public final DoubleProperty contrastProperty()
Min: -1.0
Max: +1.0
Default: 0.0
Identity: 0.0
getContrast(),
setContrast(double)Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .