colorPicker
Add a ColorPicker to this container.
Return
the control added.
Create a ColorPicker with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.colorPicker(color: Color = WHITE, configuration: ColorPicker.() -> Unit): ColorPicker
Add a ColorPicker with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.