Implemented all colorfilters in TMXMapEditor, thanks to the new

MatrixComposite that really emulates the ColorMatrixColorFilter of
Android ! Hi-fidelity filter emulation !
This commit is contained in:
Zukero
2016-08-10 16:20:48 +02:00
parent 1458fb0aaa
commit c07fb4ddf3
3 changed files with 204 additions and 18 deletions

View File

@@ -44,7 +44,10 @@ public class TMXMap extends GameDataElement {
black60,
black80,
invert,
bw
bw,
redtint,
greentint,
bluetint
}
public File tmxFile = null;