Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 718 Bytes

File metadata and controls

31 lines (25 loc) · 718 Bytes

SetLayerAmbientColor

Description

Procedure SetLayerAmbientColor sets the color for the ambient light of the referenced layer. RGB values are in the range of 0~65535.

PROCEDURE SetLayerAmbientColor(
				layer : HANDLE;
				red   : LONGINT;
				green : LONGINT;
				blue  : LONGINT);
def vs.SetLayerAmbientColor(layer, red, green, blue):
    return None

Parameters

Name Type Description
layer HANDLE Handle to layer.
red LONGINT RGB color component value.
green LONGINT RGB color component value.
blue LONGINT RGB color component value.

Version

Availability: from VectorWorks8.0

Category