get AWTColor Channel Property
open fun getAWTColorChannelProperty(channel: String): RangedIntegerProperty
Content copied to clipboard
Returns a new RangedIntegerProperty with range between 255 and 0 and a name that identifies the color channel.
Return
Parameters
channel
the name to give to the Property
open fun getAWTColorChannelProperty(channel: String, value: Int): RangedIntegerProperty
Content copied to clipboard
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