Proxy of C++ GDALColorTableShadow class.
|
|
|
__init__(self,
*args,
**kwargs)
__init__(ColorTable self, GDALPaletteInterp palette=GPI_RGB) ->
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
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|