Provides access to members that control a raster colormap.
Members
Name | Description | |
---|---|---|
Bin | Translates pixel values into integers to index them into the colormap. | |
BlueValues | Array of blue ratios as doubles between 0.0 and 1.0. | |
Colors | Array of colors as OLE_COLORs. | |
GreenValues | Array of green ratios as doubles between 0.0 and 1.0. | |
RedValues | Array of red ratios as doubles between 0.0 and 1.0. |
IRasterColormap.Bin Method
Translates pixel values into integers to index them into the colormap.
Public Function Bin ( _
ByVal pixval As Double _
) As Integer
public int Bin (
double pixval
);
IRasterColormap.BlueValues Property
Array of blue ratios as doubles between 0.0 and 1.0.
Public Property BlueValues As Object
public object BlueValues {get; set;}
IRasterColormap.Colors Property
Array of colors as OLE_COLORs.
Public Property Colors As Object
public object Colors {get; set;}
IRasterColormap.GreenValues Property
Array of green ratios as doubles between 0.0 and 1.0.
Public Property GreenValues As Object
public object GreenValues {get; set;}
IRasterColormap.RedValues Property
Array of red ratios as doubles between 0.0 and 1.0.
Public Property RedValues As Object
public object RedValues {get; set;}
Classes that implement IRasterColormap
Classes | Description |
---|---|
RasterColormap (esriDataSourcesRaster) | A container for a colormap used to display a raster band. |