This document is archived and information here might be outdated.  Recommended version.


IRasterColormap Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterColormap Interface
ArcGIS Developer Help

IRasterColormap Interface

Provides access to members that control a raster colormap.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.

Classes that implement IRasterColormap

Classes Description
RasterColormap (esriDataSourcesRaster) A container for a colormap used to display a raster band.

See Also

IRasterBand Interface