Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 891 Bytes

File metadata and controls

37 lines (30 loc) · 891 Bytes

GetVPClOvrdFillFore

Description

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)

Parameters

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.

See Also

VS Functions: SetVPClOvrdFillFore

Version

Availability: from Vectorworks 2014

Category