ChangeStrength MethodChangeStrength Method*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ChangeColor Method
*Next Topic: Clear Method

ChangeStrength Method

Description

Changes the intensity of the light.

Syntax

call object.filters.Light.ChangeStrength(lightnumber, strength, fAbsolute)

ParameterDescription
object Name of the object to which the Light filter is applied.
lightnumber Identifying number for the light, for use in script.
strength New intensity.
fAbsolute If this flag is true (nonzero), ChangeStrength sets the strength value to be the new value. If this flag is false (zero), ChangeStrength increments or decrements the strength value by that amount.

Applies To

Light Filter


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.