Documentation of 'org.jplot2d.image.ColorMap' Java class
ColorMap
org.jplot2d.image

Interface ColorMap



  • public interface ColorMap
    The color map to convert intensity raster to displayable raster
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int MAX_INPUT_BITS
      The max number of significant bits of input range of lookup table.
    • Field Detail

      • MAX_INPUT_BITS

        static final int MAX_INPUT_BITS
        The max number of significant bits of input range of lookup table. The max number is 15, means 32768 color mapping.
        See Also:
        Constant Field Values
    • Method Detail

      • getInputBits

        int getInputBits()
        The number of significant bits of input range of lookup table. Usually this value is 8, means 256 color mapping. The max value is 15, means 32768 color mapping.
        Returns:
        the bits array of input range
      • getLookupTable

        java.awt.image.LookupTable getLookupTable()
      • getColorModel

        java.awt.image.ColorModel getColorModel()
        The color model for the lookup result.
        Returns:
        The color model for the lookup result.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.