IRasterColormap Interface

Provides access to members that control a raster colormap.

Members

Name Description
Method Bin Translates pixel values into integers to index them into the colormap.
Read/write property BlueValues Array of blue ratios as doubles between 0.0 and 1.0.
Read/write property Colors Array of colors as OLE_​COLORs.
Read/write property GreenValues Array of green ratios as doubles between 0.0 and 1.0.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.