Closed Hirashi3630 closed 2 years ago
currently ColorPicker control updates every change in real-time (calls Action<Color> method every time value changes)
ColorPicker
Action<Color>
make an option (parameter when creating a control) to update only when saving -> showing cancel button to not save values
currently
ColorPicker
control updates every change in real-time (callsAction<Color>
method every time value changes)make an option (parameter when creating a control) to update only when saving -> showing cancel button to not save values