getAWTColorChannelProperty

open fun getAWTColorChannelProperty(channel: String): RangedIntegerProperty

Returns a new RangedIntegerProperty with range between 255 and 0 and a name that identifies the color channel.

Return

the RangedIntegerProperty

Parameters

channel

the name to give to the Property


open fun getAWTColorChannelProperty(channel: String, value: Int): RangedIntegerProperty

Returns a new RangedIntegerProperty with range between 255 and 0 and a name that identifies the color channel.

Return

the javafx.beans.property.IntegerProperty

Parameters

channel

the name to give to the Property

value

the initial value to give to the Property