-
-
Notifications
You must be signed in to change notification settings - Fork 44
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 a Named Color Picker #30
Comments
Hi @LefebvreIlyas, I like it, that's a cool idea! 😎 A list with color+name and a search bar might work, you could scroll and pick or search/filter by name too, perhaps a toggle view to a smaller small/tight grid view as well where you can see more colors at once and still filter by name, but names are not shown (maybe as tooltips). Any other suggestions? How do you see it working ideally? The "Name That Color" algorithm applies the same color name to many similar colors, by finding the named color with the color value "closest" to a given color value. Picking a given color name could return the exact color definition for the named color from this list: flex_color_picker/lib/src/color_tools.dart Line 821 in 38337d1
BTW I did not come up the original color names and codes, it came as mentioned in the source from this project: https://chir.ag/projects/ntc/ And glad to hear you like the package, it is due for some updates and more features, this could certainly be one of them. |
Cool! 😀 Your proposal is very good, that's what I had in mind, the tooltips seem to me a very good idea. As a suggestion I could say:
Don't forget the quality of the README.md and the demos which allow you to have an overview of the functionality and the degree of customization in an instant, it's really a great job!! |
Hi @rydmike ,
A huge thank you for this package, it is extremely complete.
Just a small suggestion, the possibility to choose a color among the 1566 named colors in the form of a list or a grid with the possibility to research.
Have a nice day
The text was updated successfully, but these errors were encountered: