Explorar o código

fixed histogram

Nicolas Cannasse %!s(int64=16) %!d(string=hai) anos
pai
achega
2de98f46fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 
 }