colorPicker()
colorPicker(
color,onChanged,colorDiv,onOk,onCancel):HTMLElement|null
Parameters
| Parameter | Type | Default value |
|---|---|---|
color | number | undefined |
onChanged | (color) => void | undefined |
colorDiv | null | HTMLElement | undefined |
onOk | null | Function | undefined |
onCancel | null | Function | null |
Returns
HTMLElement | null