Package org.gdal.gdal
Class ColorTable
java.lang.Object
org.gdal.gdal.ColorTable
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone()voidCreateColorRamp(int nStartIndex, Color startcolor, int nEndIndex, Color endcolor) voiddelete()GetColorEntry(int entry) intGetCount()getIndexColorModel(int bits) intvoidSetColorEntry(int entry, Color centry)
-
Constructor Details
-
ColorTable
public ColorTable(int palette) -
ColorTable
public ColorTable()
-
-
Method Details
-
delete
public void delete() -
clone
-
getIndexColorModel
-
Clone
-
GetPaletteInterpretation
public int GetPaletteInterpretation() -
GetCount
public int GetCount() -
GetColorEntry
-
SetColorEntry
-
CreateColorRamp
-