get FXColor Channel Property
open fun getFXColorChannelProperty(channel: String): RangedDoubleProperty
Content copied to clipboard
Returns a new RangedDoubleProperty with range between 1.0 and 0.0 and a name that identifies the color channel.
Return
Parameters
channel
the name to give to the Property
open fun getFXColorChannelProperty(channel: String, value: Double): RangedDoubleProperty
Content copied to clipboard
Returns a new RangedDoubleProperty with range between 1.0 and 0.0 and a name that identifies the color channel.
Return
Parameters
channel
the name to give to the Property
value
the initial value to give to the Property