Sets the fill background 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 SetMtlFillBackColor(
material : HANDLE;
color : LONGINT);def vs.SetMtlFillBackColor(material, color):
return None| Name | Type | Description |
|---|---|---|
| material | HANDLE | Handle to material. |
| color | LONGINT | RGB color value. |
Sets the fill background color of the material.
ColorIndexToRGB(214,cRed,cGrn,cBlu);
SetMtlFillBackColor(mtlHandle,cRed,cGrn,cBlu);Availability: from Vectorworks 2021