The RGB value of color.
[Visual Basic 6.0] Property RGB As OLE_COLOR
[Visual Basic .NET] Public Property RGB As Integer
[C#] public int RGB {get; set;}
[Java] public OLECOLOR getRGB() throws IOException, AutomationException
[Java] public void setRGB( OLE_COLOR pLE_COLOR ) throws IOException, AutomationException
[C++]
HRESULT get_RGB(
OLE_COLOR* RGB
);
[C++] HRESULT put_RGB( OLE_COLOR RGB);
Parameters
RGB [out, retval]
RGB is a parameter of type OLE_COLOR
RGB [in]
RGB is a parameter of type OLE_COLOR