浏览代码

fixed histogram

Nicolas Cannasse 15 年之前
父节点
当前提交
2de98f46fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/flash9/display/BitmapData.hx

+ 1 - 1
std/flash9/display/BitmapData.hx

@@ -38,7 +38,7 @@ extern class BitmapData implements IBitmapDrawable {
 	#if flash10
 	#if flash10
 	function setVector( rect : flash.geom.Rectangle, inputVector : flash.Vector<UInt> ) : Void;
 	function setVector( rect : flash.geom.Rectangle, inputVector : flash.Vector<UInt> ) : Void;
 	function getVector( rect : flash.geom.Rectangle ) : flash.Vector<UInt>;
 	function getVector( rect : flash.geom.Rectangle ) : flash.Vector<UInt>;
-	function histogram( ?hRect : flash.geom.Rectangle ) : flash.Vector<Float>;
+	function histogram( ?hRect : flash.geom.Rectangle ) : flash.Vector<flash.Vector<Int>>;
 	#end
 	#end
 
 
 }
 }