Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 885 Bytes

File metadata and controls

37 lines (30 loc) · 885 Bytes

GetVPClOvrdPenBack

Description

Fetches the pen background color of the class override. The color is returned as three RGB components in the range 0~65535.

PROCEDURE GetVPClOvrdPenBack(
				viewportHandle : HANDLE;
				className      : STRING;
				VAR colorRV    : LONGINT;
				VAR colorGV    : LONGINT;
				VAR colorBV    : LONGINT);
def vs.GetVPClOvrdPenBack(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: SetVPClOvrdPenBack

Version

Availability: from Vectorworks 2014

Category