How do I transform HCL to RGB colormap?

8 views (last 30 days)
Guy Nir
Guy Nir on 8 Mar 2018
Answered: Guy Nir on 12 Mar 2018
Hi,
I'd like to write a script to generate HCL colormap, and then transform it to RGB. Can anyone help with the transformation?
Thank you, Guy
  1 Comment
Guillaume
Guillaume on 12 Mar 2018
Can you please clarify that you are actually talking about this HCL colour space and not HSL or HSV or some other colour space.
As far as I know, HCL is not used much. It's not a colour space directly supported by matlab although nothing stops you from writing your own conversion formula.

Sign in to comment.

Answers (2)

Guy Nir
Guy Nir on 12 Mar 2018
Hi all,
Sorry, already answered myself. I am using this great function, and specific for me (CIELCH->RGB)
https://www.mathworks.com/matlabcentral/fileexchange/28790-colorspace-transformations

Abhishek Ballaney
Abhishek Ballaney on 12 Mar 2018
https://in.mathworks.com/help/matlab/ref/hsv2rgb.html
  1 Comment
Guillaume
Guillaume on 12 Mar 2018
Edited: Guillaume on 12 Mar 2018
@Abishek, all your answers appear to be (non-working) links to the doc with no comment whatsoever. That's fairly low quality in my opinion, and you could at least make them hyperlink.
Additionally in this case, your answer is not remotely helpful because the HCL colour space is not the same at all as the HSV colour space.

Sign in to comment.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!