Open miguelc95 opened 4 years ago
Trying to change a previously added handle of place programatically doesn't work, the slider brightness slider moves but the handle in the color picker doesn't. How can I change the handle to a certain color programmatically?
After setting handle.color, you must call chromaColorPicker.setNeedsLayout() so that the handle is repositioned.
handle.color
chromaColorPicker.setNeedsLayout()
Trying to change a previously added handle of place programatically doesn't work, the slider brightness slider moves but the handle in the color picker doesn't. How can I change the handle to a certain color programmatically?