jfxColorPicker

fun NodeManager.jfxColorPicker(color: Color = WHITE): JFXColorPicker

Add a JFXColorPicker to this manager.

Return

the control added.


inline fun jfxColorPicker(color: Color = WHITE, configuration: JFXColorPicker.() -> Unit): JFXColorPicker

Create a JFXColorPicker with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxColorPicker(color: Color = WHITE, configuration: JFXColorPicker.() -> Unit): JFXColorPicker

Add a JFXColorPicker with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.