Packagecom.dipigraphics.paint
Classpublic class paint
Inheritancepaint Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  colorZone : Sprite
paint
  drawColor : uint = 0xf0f0f0
paint
  paintZone : Sprite
paint
  pickedColor : Sprite
paint
Public Methods
 MethodDefined By
  
paint
  
colorPick(point:Point):void
paint
  
createPaint(width:int, height:int):void
paint
Property Detail
colorZoneproperty
public var colorZone:Sprite

drawColorproperty 
public var drawColor:uint = 0xf0f0f0

paintZoneproperty 
public var paintZone:Sprite

pickedColorproperty 
public var pickedColor:Sprite

Constructor Detail
paint()Constructor
public function paint()



Method Detail
colorPick()method
public function colorPick(point:Point):void

Parameters

point:Point

createPaint()method 
public function createPaint(width:int, height:int):void

Parameters

width:int
 
height:int