This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.RGB Property (ArcObjects .NET 10.4 SDK) |
The RGB value of color.
[Visual Basic .NET] Public Property RGB As Integer
[C#] public int RGB {get; set;}
[C++]
HRESULT get_RGB(
long* RGB
);
[C++]
HRESULT put_RGB(
long RGB
);
[C++]
Parameters RGB [out, retval] RGB is a parameter of type long RGB [in] RGB is a parameter of type long