C# Class OSGeo.GDAL.ColorTable

Inheritance: global::System.IDisposable
Show file Open project: wallscavesurvey/walls Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool
swigParentRef object

Public Methods

Method Description
Clone ( ) : ColorTable
ColorTable ( IntPtr cPtr, bool cMemoryOwn, object parent ) : System
ColorTable ( PaletteInterp palette ) : System
CreateColorRamp ( int nStartIndex, OSGeo.GDAL.ColorEntry startcolor, int nEndIndex, OSGeo.GDAL.ColorEntry endcolor ) : void
Dispose ( ) : void
GetColorEntry ( int entry ) : OSGeo.GDAL.ColorEntry
GetColorEntryAsRGB ( int entry, OSGeo.GDAL.ColorEntry centry ) : int
GetCount ( ) : int
GetPaletteInterpretation ( ) : PaletteInterp
SetColorEntry ( int entry, OSGeo.GDAL.ColorEntry centry ) : void
getCPtr ( ColorTable obj ) : HandleRef
getCPtrAndDisown ( ColorTable obj, object parent ) : HandleRef
getCPtrAndSetReference ( ColorTable obj, object parent ) : HandleRef

Protected Methods

Method Description
ThisOwn_false ( ) : object
ThisOwn_true ( ) : object

Method Details

Clone() public method

public Clone ( ) : ColorTable
return ColorTable

ColorTable() public method

public ColorTable ( IntPtr cPtr, bool cMemoryOwn, object parent ) : System
cPtr IntPtr
cMemoryOwn bool
parent object
return System

ColorTable() public method

public ColorTable ( PaletteInterp palette ) : System
palette PaletteInterp
return System

CreateColorRamp() public method

public CreateColorRamp ( int nStartIndex, OSGeo.GDAL.ColorEntry startcolor, int nEndIndex, OSGeo.GDAL.ColorEntry endcolor ) : void
nStartIndex int
startcolor OSGeo.GDAL.ColorEntry
nEndIndex int
endcolor OSGeo.GDAL.ColorEntry
return void

Dispose() public method

public Dispose ( ) : void
return void

GetColorEntry() public method

public GetColorEntry ( int entry ) : OSGeo.GDAL.ColorEntry
entry int
return OSGeo.GDAL.ColorEntry

GetColorEntryAsRGB() public method

public GetColorEntryAsRGB ( int entry, OSGeo.GDAL.ColorEntry centry ) : int
entry int
centry OSGeo.GDAL.ColorEntry
return int

GetCount() public method

public GetCount ( ) : int
return int

GetPaletteInterpretation() public method

public GetPaletteInterpretation ( ) : PaletteInterp
return PaletteInterp

SetColorEntry() public method

public SetColorEntry ( int entry, OSGeo.GDAL.ColorEntry centry ) : void
entry int
centry OSGeo.GDAL.ColorEntry
return void

ThisOwn_false() protected method

protected ThisOwn_false ( ) : object
return object

ThisOwn_true() protected static method

protected static ThisOwn_true ( ) : object
return object

getCPtr() public static method

public static getCPtr ( ColorTable obj ) : HandleRef
obj ColorTable
return HandleRef

getCPtrAndDisown() public static method

public static getCPtrAndDisown ( ColorTable obj, object parent ) : HandleRef
obj ColorTable
parent object
return HandleRef

getCPtrAndSetReference() public static method

public static getCPtrAndSetReference ( ColorTable obj, object parent ) : HandleRef
obj ColorTable
parent object
return HandleRef

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool

swigParentRef protected property

protected object swigParentRef
return object