I need to convert CIELAB parameters (L, a and b) to HEX code. I couldn’t find any node that would do this, so I searched from KNIME Interactive R Statistics Integration to do the conversion. However I can’t handle it because the ColorSpace library doesn’t work.
Can you help me? Is there any other way?
@CatarinaCosta welcome to the KNIME forum. You might want to check if you have set up the R environment and if the R package you want (colorspace) has been installed:
Then if you could provide us with maybe and example and some explanation what you want to do someone might have an additional idea.
My question is that I need to convert the l, a and b parameters of the CIELAB system to hexadecimal code. I would like to know if there is some node or some code in R to deal with this issue.
@CatarinaCosta I can offer this Python code to convert such data. You will have to install Python with conda in order to use the Conda Environment Propagation. The YAML-file also is in the /data/ folder.