Skip to content
kerrishotts edited this page Apr 1, 2013 · 1 revision

(part of UI)

Returns: shadow

Parameters: aShadow (shadow)

Returns a shadow object copied from aShadow.

Note: Always copy a shadow before modifying it; else you may modify the original.

Usage

var aShadow = UI.makeShadow ( true, UI.COLOR.blackColor(), UI.makePoint (0, -1), 1 );
var bShadow = UI.copyShadow ( aShadow );
bShadow.blur = 3;

Version

0.3 Introduced; Docs Valid

Clone this wiki locally