Packagecom.joebillman.utils
Classpublic class Masking
InheritanceMasking Inheritance Object

Masking:

View the examples



Public Methods
 MethodDefined By
  
drawMask(width:Number, height:Number, color:uint = 0x00FF00):Shape
[static]
Masking
Method Detail
drawMask()method
public static function drawMask(width:Number, height:Number, color:uint = 0x00FF00):Shape

Parameters

width:Number
 
height:Number
 
color:uint (default = 0x00FF00)

Returns
Shape
Examples
The following example.

Note: Details

     package
     {
         public class
         {
             
         }
     }