You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Btw. you can do add it yourself by subclassing ColorPaleteControl. No need to to change FlexColorPicker code for that. See https://github.com/RastislavMirek/FlexColorPicker#extending--overriding. You will also need Hue slider to go with that kind of palette (subclass ColorSliderControl). Hue slider is a planned feature so push request would be very welcome.
EDIT: for creating palette like that, you do not event need to subclass ColorPaletteControl. Just implement your own ColorPaletteDelegate and set is as color delegate of a ColorPaletteControl. That's much simpler.
Please add this style of rectangular picker.
The text was updated successfully, but these errors were encountered: