IRasterBandColormap Interface

Provides access to members that control the colormap of a raster band.

Members

Name Description
Read/write property Colormap The colormap of this raster band.
Method HasColormap Indicates if this band has a colormap.

IRasterBandColormap.Colormap Property

The colormap of this raster band.

Public Property Colormap As IRasterColormap
public IRasterColormap Colormap {get; set;}

IRasterBandColormap.HasColormap Method

Indicates if this band has a colormap.

Public Function HasColormap ( _
) As Boolean
public bool HasColormap (
);

Classes that implement IRasterBandColormap

Classes Description
RasterBand A representation of a single band of a raster dataset on disk.

Remarks

This interface is only supported by file based RasterBand.

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