Packagefrocessing.bmp
Classpublic class FCapture
InheritanceFCapture Inheritance Object

Display Capture.



Public Properties
 PropertyDefined By
  bgColor : uint = 0xff000000
clear bg color
FCapture
  bitmapData : BitmapData
capture target.
FCapture
  blendMode : String
capture blend mode.
FCapture
  colorTransform : ColorTransform
capture color transform.
FCapture
  source : IBitmapDrawable
caputre source
FCapture
Public Methods
 MethodDefined By
  
FCapture(dist:BitmapData, src:IBitmapDrawable)
create new Capture instance.
FCapture
  
capture():void
capture display to bitmapData
FCapture
  
clear():void
clear target bitmapdata by bgColor.
FCapture
Property Detail
bgColorproperty
public var bgColor:uint = 0xff000000

clear bg color

bitmapDataproperty 
bitmapData:BitmapData

capture target.


Implementation
    public function get bitmapData():BitmapData
    public function set bitmapData(value:BitmapData):void
blendModeproperty 
public var blendMode:String

capture blend mode.

colorTransformproperty 
public var colorTransform:ColorTransform

capture color transform.

sourceproperty 
source:IBitmapDrawable

caputre source


Implementation
    public function get source():IBitmapDrawable
    public function set source(value:IBitmapDrawable):void
Constructor Detail
FCapture()Constructor
public function FCapture(dist:BitmapData, src:IBitmapDrawable)

create new Capture instance.

Parameters
dist:BitmapData
 
src:IBitmapDrawable
Method Detail
capture()method
public function capture():void

capture display to bitmapData

clear()method 
public function clear():void

clear target bitmapdata by bgColor.