Proxy of C++ GDALColorTableShadow class.
|
|
|
__init__(self,
*args,
**kwargs)
__init__(GDALColorTableShadow self, GDALPaletteInterp palette) ->
ColorTable |
source code
|
|
|
Clone(self,
*args)
Clone(ColorTable self) -> ColorTable |
source code
|
|
|
GetPaletteInterpretation(self,
*args)
GetPaletteInterpretation(ColorTable self) -> GDALPaletteInterp |
source code
|
|
|
GetCount(self,
*args)
GetCount(ColorTable self) -> int |
source code
|
|
|
GetColorEntry(self,
*args)
GetColorEntry(ColorTable self, int entry) -> ColorEntry |
source code
|
|
|
GetColorEntryAsRGB(self,
*args)
GetColorEntryAsRGB(ColorTable self, int entry, ColorEntry centry)
-> int |
source code
|
|
|
SetColorEntry(self,
*args)
SetColorEntry(ColorTable self, int entry, ColorEntry centry) |
source code
|
|
|
CreateColorRamp(self,
*args)
CreateColorRamp(ColorTable self, int nStartIndex, ColorEntry
startcolor, int nEndIndex, ColorEntry endcolor) |
source code
|
|