getFXColorChannelProperty

open fun getFXColorChannelProperty(channel: String): RangedDoubleProperty

Returns a new RangedDoubleProperty with range between 1.0 and 0.0 and a name that identifies the color channel.

Return

the RangedIntegerProperty

Parameters

channel

the name to give to the Property


open fun getFXColorChannelProperty(channel: String, value: Double): RangedDoubleProperty

Returns a new RangedDoubleProperty with range between 1.0 and 0.0 and a name that identifies the color channel.

Return

the RangedIntegerProperty

Parameters

channel

the name to give to the Property

value

the initial value to give to the Property