Hi,
Is it possible to create a discrete color scale in CC? I mean, not a color ramp, but a set of distinct colors for integer values of the represented variable?
Thanks in advance
discrete color scales
Re: discrete color scales
Yes, there are similar posts on this forum. You have to trick the linear interpolation, and define 2 color steps very close for each transition:
0 --> 0.9999 in blue
1.0 --> 1.9999 in green
2.0 --> 2.9999 in orange
etc.
0 --> 0.9999 in blue
1.0 --> 1.9999 in green
2.0 --> 2.9999 in orange
etc.
Daniel, CloudCompare admin