pretty-automata/src/colormaps/rainbow.cpp

13 lines
313 B
C++

extern const float colormap_rainbow_data[];
const float colormap_rainbow_data[] = {
53.f, 80.f, 67.f, // red
75.f, 24.f, 79.f, // orange
97.f, -22.f, 94.f, // yellow
46.f, -52.f, 50.f, // green
32.f, 79.f, -108.f, // blue
20.f, 52.f, -53.f, // indigo
70.f, 56.f, -37.f, // violet
};