ColorAdjust

class ColorAdjust(val delegate: ColorAdjust) extends Effect with InputDelegate[ColorAdjust] with SFXDelegate[ColorAdjust]
Companion
object
trait InputDelegate[ColorAdjust]
class Effect
trait SFXDelegate[ColorAdjust]
class Object
trait Matchable
class Any

Value members

Constructors

def this(hue: Double, saturation: Double, brightness: Double, contrast: Double)

Creates a new instance of ColorAdjust with the specified hue, saturation, brightness, and contrast.

Creates a new instance of ColorAdjust with the specified hue, saturation, brightness, and contrast.

Concrete methods

The brightness adjustment value.

The brightness adjustment value.

def brightness_=(v: Double): Unit

The contrast adjustment value.

The contrast adjustment value.

def contrast_=(v: Double): Unit

The hue adjustment value.

The hue adjustment value.

def hue_=(v: Double): Unit

The saturation adjustment value.

The saturation adjustment value.

def saturation_=(v: Double): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
def input: ObjectProperty[Effect]

The input for this Effect.

The input for this Effect.

Inherited from
InputDelegate
def input_=(v: Effect): Unit
Inherited from
InputDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: ColorAdjust