Fetches the fill foreground color of the class override. The color is returned as three RGB components in the range 0~65535.
PROCEDURE GetVPClOvrdFillFore(
viewportHandle : HANDLE;
className : STRING;
VAR colorRV : LONGINT;
VAR colorGV : LONGINT;
VAR colorBV : LONGINT);
def vs.GetVPClOvrdFillFore(viewportHandle, className):
return (colorRV, colorGV, colorBV)
| Name | Type | Description |
|---|---|---|
| viewportHandle | HANDLE | The viewport handle. |
| className | STRING | The name of the class. |
| colorRV | LONGINT | Red color value. |
| colorGV | LONGINT | Green color value. |
| colorBV | LONGINT | Blue color value. |
VS Functions: SetVPClOvrdFillFore
Availability: from Vectorworks 2014