This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterColormap Interface > IRasterColormap.Colors Property (ArcObjects .NET 10.4 SDK) |
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