Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 758 Bytes

File metadata and controls

37 lines (28 loc) · 758 Bytes

SetMtlFillForeColor

Description

Sets the fill foreground color of the specified material. The color must be specified using the RGB components of the desired color. RGB values are in the range of 0~65535.

PROCEDURE SetMtlFillForeColor(
				material : HANDLE;
				color    : LONGINT);
def vs.SetMtlFillForeColor(material, color):
    return None

Parameters

Name Type Description
material HANDLE Handle to material.
color LONGINT RGB color value.

Remarks

Sets the fill background color of the material.

Examples

ColorIndexToRGB(214,cRed,cGrn,cBlu);
SetMtlFillForeColor(mtlHandle,cRed,cGrn,cBlu);

Version

Availability: from Vectorworks 2021

Category

  • Object Attributes