Provides access to members that control the colormap of a raster band.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Colormap | The colormap of this raster band. | 
![]()  | 
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.

