MovieClip.SetLineStyle Method


Sets a new Line Style.

Definition

public void SetLineStyle( double width, int rgb, int alpha );

Parameters

widthSystem.Double. The width of the line.
rgbSystem.Int32. The integer RGB triplet.
alphaSystem.Int32. The opacity. 0 is fully transparent, 100 is fully opaque.

Remarks

The alpha parameter is the opacity. It should be between 0 (fully tranparent) and 100 (fully opaque).

© 2004-2005 GlobFX Technologies. All rights reserved.