Skip to content

Commit

Permalink
Fixed ColorMatrix
Browse files Browse the repository at this point in the history
Second part described in nickalie#26
  • Loading branch information
dagnelies committed Sep 7, 2015
1 parent 0664c4a commit d29ae58
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 d29ae58

Please sign in to comment.