Algorithm to convert any positive integer to an RGB value

后端 未结 10 1295
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 13:49

We have a heatmap we want to display. The numbers that will make up the values being displayed are unknown (except that they will be positive integers). The range of numbers

10条回答
  •  醉梦人生
    2020-12-04 14:23

    man, you could probably use YUV color space and only for demonstration purposes convert it to RGB.

提交回复
热议问题