Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Other Rectangular Picker #28

Open
JaydenIrwin opened this issue May 8, 2020 · 2 comments
Open

Add Other Rectangular Picker #28

JaydenIrwin opened this issue May 8, 2020 · 2 comments

Comments

@JaydenIrwin
Copy link

Please add this style of rectangular picker.

Screen Shot 2020-05-08 at 00 30 38

@RastislavMirek
Copy link
Owner

RastislavMirek commented May 8, 2020

Why is it needed? Reasons?

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.

@JaydenIrwin
Copy link
Author

Why? I thought it would be a nice enhancement. I will see what I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants