The RadialDot class is a DisplayObject that is a circle shape with a gradient
fill that fades to transparency at the edge of the dot. The registration point
of this diaplay object is in the center of the Dot.
color:uint Implementation public function get color():uint public function set color(value:uint):voidradius:Number Implementation public function get radius():Number public function set radius(value:Number):voidpublic function RadialDot(radius:Number = 1, color:uint = 0xFFFFFF, bm:String = normal)
The constructor creates a RadialDot with the specified radius.
Parameters | radius:Number (default = 1) — The radius, in pixels, of the RadialDot.
|
| |
| color:uint (default = 0xFFFFFF) — The color of the RadialDot
|
| |
| bm:String (default = normal) — The blendMode of the RadialDot
|
Sun Feb 27 2011, 06:00 PM Z