ArcObjects Library Reference (GeoDatabase)  

IRasterColormap.Colors Property

Array of colors as OLE_COLORs.

[Visual Basic .NET]
Public Property Colors As Object
[C#]
public object Colors {get; set;}
[C++]
HRESULT get_Colors(
  VARIANT* val
);
[C++]
HRESULT put_Colors(
  VARIANT val
);
[C++]

Parameters

val [out, retval]   val is a parameter of type VARIANT val [in]   val is a parameter of type VARIANT

Product Availability

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

See Also

IRasterColormap Interface