jfxColorPicker
Add a JFXColorPicker to this container.
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 NodeContainer.jfxColorPicker(color: Color = WHITE, configuration: JFXColorPicker.() -> Unit): JFXColorPicker
Add a JFXColorPicker with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.