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

HCV color model suggestion (source code attached) #1239

Closed
ghost opened this issue Mar 22, 2013 · 8 comments
Closed

HCV color model suggestion (source code attached) #1239

ghost opened this issue Mar 22, 2013 · 8 comments

Comments

@ghost
Copy link

ghost commented Mar 22, 2013

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.

@Synchro
Copy link
Member

Synchro commented Mar 22, 2013

We already have several similar colour spaces - what's different/better about this one?

@ghost
Copy link
Author

ghost commented Mar 22, 2013

Hue converts to raw RGB, blends (mix) with Value (Grayscale) through Chroma. Convert from compiled RGB is hard (but code is small).

@Synchro
Copy link
Member

Synchro commented Mar 23, 2013

I mean how is this different from the HSL and HSV colour models we already have?

@ghost
Copy link
Author

ghost commented Mar 24, 2013

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.

@lukeapage
Copy link
Member

I'm no color expert.. can you explain in terms of likely usage, use cases
etc. ?

@ghost
Copy link
Author

ghost commented Mar 27, 2013

This new color model. Who will use?

@seven-phases-max
Copy link
Member

Merging to discussion at #1853.

@ghost
Copy link
Author

ghost commented Feb 6, 2016

HCV now HCG.

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

No branches or pull requests

3 participants