Hi lists,
we are making a new abstraction in Pd to convert from color space RGB to CIE-Lch using a look up table. We map all the RGB triplets to an index of the LUT that points to the correct conversion to CIE-Lch.
The problem is that when using [hsv2rgb] we get the same index number as inputting directly the rgb triplet but different result from the look up table.
Here's a simplification of the patch to illustrate the problem (warning: there are three tables with 1.65814e+07 values)