Provides access to members that control a colormap filter.
Description
IColormapFilter allows you to match the colormap of the raster to an existing colormap and filter the values accordingly.
Members
Name | Description | |
---|---|---|
Match | Matches colors from second colormap to that of the first colormap. |
IColormapFilter.Match Method
Matches colors from second colormap to that of the first colormap.
Public Sub Match ( _
ByVal cm1 As IRasterColormap, _
ByVal cm2 As IRasterColormap, _
ByVal ncolors As Integer _
)
public void Match (
IRasterColormap cm1,
IRasterColormap cm2,
int ncolors
);
Classes that implement IColormapFilter
Classes | Description |
---|---|
ColormapFilter | A raster colormap filter. |