Page 1 of 1

Ghost Devil

Posted: Fri Sep 07, 2018 10:25 am
by The teror
ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

temp.setRotate(0, 188);
matrix.postConcat(temp);

temp.setRotate(2, 280);
matrix.postConcat(temp);

temp.setScale(1.19, 1.25, -0.27, 1.00);
matrix.postConcat(temp);

temp.setSaturation(0.05);
matrix.postConcat(temp);

return matrix;

Re: Ghost Devil

Posted: Fri Sep 07, 2018 1:03 pm
by SellSword
Are you going to include pictures?