View (width:int, height:int, renderToBitmap:Boolean=false, backgroundColor:uint=0, backgroundAlpha:Number=1, antiAlias:int=0) … antiAlias: Level of anti-aliasing.
camera.view = new View(stage.stageWidth, stage.stageHeight, false, 0x008000, 1, 0);