Skip to content

Commit

Permalink
Merge pull request #34 from dagnelies/patch-2
Browse files Browse the repository at this point in the history
Fixed ColorMatrixFilter
  • Loading branch information
nickalie committed Oct 1, 2015
2 parents e3c1525 + d29ae58 commit e150d85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions createjs/easeljs/ColorMatrixFilter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package createjs.easeljs;

@:native("createjs.ColorMatrixFilter")
extern class ColorMatrixFilter extends Filter {


@:overload(function(matrix:ColorMatrix):Void{})
public function new(matrix:Array<Dynamic>):Void;
override public function clone():ColorMatrixFilter;
}
}

0 comments on commit e150d85

Please sign in to comment.