We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thank you for your useful tool. This Color Picker is much more convenient than other similar programs for Linux.
But, I would like an additional feature - a field with the closest color from the web palette. Approximately as it is made in EYE3 for Windows.
Thanks in advance and WBR. Max
The text was updated successfully, but these errors were encountered:
example function for this feature:
function getNearestWebSafeColor(r, g, b) { r = int(round(( r / 255) * 5 ) * 51); g = int(round(( g / 255) * 5 ) * 51); b = int(round(( b / 255) * 5 ) * 51); return (r, g, b); }
Sorry, something went wrong.
Instead of a separate text field, could it just be an alternative output-mode? (i.e. available in the Settings -> Color Output menu)
No branches or pull requests
Hi!
Thank you for your useful tool.
This Color Picker is much more convenient than other similar programs for Linux.
But, I would like an additional feature - a field with the closest color from the web palette.
![eye3colorpicker-screen](https://user-images.githubusercontent.com/284112/46388765-da25a000-c6d6-11e8-87ae-b4e1a7de6eeb.png)
Approximately as it is made in EYE3 for Windows.
Thanks in advance and WBR.
Max
The text was updated successfully, but these errors were encountered: