Class ColorMapRainbowNoBorder

java.lang.Object
org.jzy3d.colors.colormaps.AbstractColorMap
org.jzy3d.colors.colormaps.ColorMapRainbowNoBorder
All Implemented Interfaces:
IColorMap

public class ColorMapRainbowNoBorder 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 Details

    • ColorMapRainbowNoBorder

      public ColorMapRainbowNoBorder()
  • Method Details