Nicolas Cannasse 15 rokov pred
rodič
commit
2de98f46fa
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 	function setVector( rect : flash.geom.Rectangle, inputVector : flash.Vector<UInt> ) : Void;
 	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
 
 }