algorithm - Mapping a list of numeric values to colors -


I have a list of numerical values, if necessary I can generalize values.

I have to change this list to a list of colors (I can always convert later in HSL, RGB or any other color model & mdash;).

The color should be the same for any price.

There are two more numeric values, the opposite should be the opposite value

All the colors used should be contrary to each other (this is a soft border, some There is some sort of solution).

Note that there is a large number (thousands of numbers) in the list, spreading all the numbers in a single color channel will also result in dense results.

You can consider using a 3D through your chosen color space. I would recommend the second mark, wishing that I had to sort out this kind of problem.


Comments