Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 701 Bytes

File metadata and controls

32 lines (25 loc) · 701 Bytes

SetLayerAmbientInfo

Description

Procedure SetLayerAmbientInfo sets the attribute values for the ambient light object of the referenced layer.

PROCEDURE SetLayerAmbientInfo(
				layer      : HANDLE;
				isOn       : BOOLEAN;
				brightness : INTEGER);
def vs.SetLayerAmbientInfo(layer, isOn, brightness):
    return None

Parameters

Name Type Description
layer HANDLE Handle to layer.
isOn BOOLEAN On-off status of ambient light
brightness INTEGER Brightness of ambient light.

Remarks

brightness is a percentage value

Version

Availability: from VectorWorks8.0

Category