(updated)
I am working with InSAR data which is basically a raster with float values of phase shift ranging from some negative float value to some positive float value (say -13.345 to +14.345). I want to display a wrapped colormap through equal intervals so for example from 0 to 1 displays 32 colors through a colormap, repeated from 1.0001 through 2, and also mirrored in the other direction (0 to -1, -1.001 to -2 etc). With InSAR this shows wrapped values in "bulls-eye" features that indicate subsidence or elevation of the surface.
UPDATE: I was confused about the method we were using, our current method was to create an algorithmic colormap that did a rainbow (HSV Mars Red -> Peony Pink) as many wraps as we wanted and using the classified renderer, equal interval with 256 classes. This is kind of a pain in ArcMap (not so bad once you have the ramps created). But it is still kind of klunky.
Does anyone have any ideas on how to do this?