Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 922 Bytes

File metadata and controls

37 lines (30 loc) · 922 Bytes

GetVPClOvrdFillBack

Description

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)

Parameters

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.

See Also

VS Functions: SetVPClOvrdFillBack

Version

Availability: from Vectorworks 2014

Category