Provides access to members that control colormap function arguments.
Members
Name | Description | |
---|---|---|
Colormap | The raster colormap. | |
ColormapName | The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc. | |
LoadFrom | Loads from a colormap file. | |
Raster | The source raster object. |
IColormapFunctionArguments.Colormap Property
The raster colormap.
Public Property Colormap As IRasterColormap
public IRasterColormap Colormap {get; set;}
IColormapFunctionArguments.ColormapName Property
The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.
Public Property ColormapName As String
public string ColormapName {get; set;}
IColormapFunctionArguments.LoadFrom Method
Loads from a colormap file.
Public Sub LoadFrom ( _
ByVal colormapFileName As String _
)
public void LoadFrom (
string colormapFileName
);
IColormapFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IColormapFunctionArguments
Classes | Description |
---|---|
ColormapFunctionArguments | A class for colormap raster function arguments. |