-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
HCV color model suggestion (source code attached) #1239
Comments
We already have several similar colour spaces - what's different/better about this one? |
Hue converts to raw RGB, blends (mix) with Value (Grayscale) through Chroma. Convert from compiled RGB is hard (but code is small). |
I mean how is this different from the HSL and HSV colour models we already have? |
Try create three range inputs and result rectangle, and see result. Do not forbit playing with him. This color model different than HSV and HSL. |
I'm no color expert.. can you explain in terms of likely usage, use cases |
This new color model. Who will use? |
Merging to discussion at #1853. |
HCV now HCG. |
I suggest to add "HCV" color model support. HCV - Hue, Chroma (Colorful), Value (Grayscale).
https://github.com/Alexei03a/utils/blob/gh-pages/javascripts/libs/hcv-convert.js
Code maximum optimized.
The text was updated successfully, but these errors were encountered: