colorPicker

fun NodeManager.colorPicker(color: Color = WHITE): ColorPicker

Add a ColorPicker to this manager.

Return

the control added.


inline fun colorPicker(color: Color = WHITE, configuration: ColorPicker.() -> Unit): ColorPicker

Create a ColorPicker with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


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

Add a ColorPicker with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.