Fetches the fill background color of the class override. The color is returned as three RGB components in the range 0~65535.
PROCEDURE GetVPClOvrdFillBack(
viewportHandle : HANDLE;
className : STRING;
VAR colorRV : LONGINT;
VAR colorGV : LONGINT;
VAR colorBV : LONGINT);def vs.GetVPClOvrdFillBack(viewportHandle, className):
return (colorRV, colorGV, colorBV)| Name | Type | Description |
|---|---|---|
| viewportHandle | HANDLE | Handle to the viewport. |
| className | STRING | Name of class. |
| colorRV | LONGINT | Returns red color component. |
| colorGV | LONGINT | Returns green color component. |
| colorBV | LONGINT | Returns blue color component. |
VS Functions: SetVPClOvrdFillBack
Availability: from Vectorworks 2014