How do I transform HCL to RGB colormap?
5 views (last 30 days)
Show older comments
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
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.
Answers (2)
Abhishek Ballaney
on 12 Mar 2018
https://in.mathworks.com/help/matlab/ref/hsv2rgb.html
1 Comment
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.
See Also
Categories
Find more on Orange in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!