Bloom

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

Value members

Constructors

def this(threshold: Double)

Creates a new instance of Bloom with the specified threshold.

Creates a new instance of Bloom with the specified threshold.

Concrete methods

The threshold value controls the minimum luminosity value of the pixels that will be made to glow.

The threshold value controls the minimum luminosity value of the pixels that will be made to glow.

def threshold_=(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: Bloom