This document is archived and information here might be outdated. Recommended version. |
The RGB value of color.
[Visual Basic .NET]
Public Property RGB As Integer
[C#]
public int RGB {get; set;}
[C++]
HRESULT get_RGB(
OLE_COLOR RGB
);
[C++]
HRESULT put_RGB(
OLE_COLOR* RGB
);
[C++] Parameters RGB [in]
RGB is a parameter of type OLE_COLOR RGB [out, retval]
RGB is a parameter of type OLE_COLOR*