Class ColorMapRainbow

  • All Implemented Interfaces:
    IColorMap

    public class ColorMapRainbow
    extends AbstractColorMap
    implements IColorMap
    A rainbow colormap is a progressive transition from blue, to green and then red. The input is normalized according to the colormap boundaries (through setZmin()/setZmax()). The mix between these 3 colors, may be expressed by the definition of 3 functions:
     
           blue     green     red
         /-------\/-------\/-------\
        /        /\       /\        \
       /        /  \     /  \        \
      /        /    \   /    \        \
     |----------------|----------------|
     0               0.5               1
     
     
    • Constructor Detail

      • ColorMapRainbow

        public ColorMapRainbow()