Package org.gdal.gdal

Class ColorTable

java.lang.Object
org.gdal.gdal.ColorTable
All Implemented Interfaces:
Cloneable

public class ColorTable extends Object implements Cloneable
  • Constructor Details

    • ColorTable

      public ColorTable(int palette)
    • ColorTable

      public ColorTable()
  • Method Details

    • delete

      public void delete()
    • clone

      public Object clone()
    • getIndexColorModel

      public IndexColorModel getIndexColorModel(int bits)
    • Clone

      public ColorTable Clone()
    • GetPaletteInterpretation

      public int GetPaletteInterpretation()
    • GetCount

      public int GetCount()
    • GetColorEntry

      public Color GetColorEntry(int entry)
    • SetColorEntry

      public void SetColorEntry(int entry, Color centry)
    • CreateColorRamp

      public void CreateColorRamp(int nStartIndex, Color startcolor, int nEndIndex, Color endcolor)