colorInput()
colorInput(name
, value
, onValueChanged
): InputBase
<string
>
Parameters
Parameter | Type | Default value |
---|
name | string | undefined |
value | string | undefined |
onValueChanged | null | Function | null |
Returns
InputBase
<string
>
Deprecated
The method will be removed soon. Use input.color instead
Source
ui.ts:1052