scalafx.scene.effect.ColorAdjust
See theColorAdjust companion object
class ColorAdjust(val delegate: ColorAdjust) extends Effect, InputDelegate[ColorAdjust], SFXDelegate[ColorAdjust]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait InputDelegate[ColorAdjust]class Effecttrait SFXDelegate[ColorAdjust]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
Concrete methods
The brightness adjustment value.
The brightness adjustment value.
Attributes
The contrast adjustment value.
The contrast adjustment value.
Attributes
The hue adjustment value.
The hue adjustment value.
Attributes
The saturation adjustment value.
The saturation adjustment value.
Attributes
Inherited methods
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
The input for this Effect.
Attributes
- Inherited from:
- InputDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()adding a[SFX]prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Attributes
In this article