ColorPickerInputCallback The input callback to be executed upon color or opacity changes. This callback should be responsible for propagating the updated element state to external variables (e.g. ItemColorState).CallableColorPickerInputCallback(elem, ev): anyParameterselem: HTMLFieldSetElementev: CustomEvent<{ source: hue | opacity | output | tint }>Returns any
The input callback to be executed upon color or opacity changes. This callback should be responsible for propagating the updated element state to external variables (e.g. ItemColorState).