Page 1 of 1

Blood Cave man

Posted: Fri Sep 07, 2018 1:13 pm
by The teror
ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

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

temp.setRotate(1, 273);
matrix.postConcat(temp);

temp.setScale(1.85, 0.87, -0.24, 2.00);
matrix.postConcat(temp);

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

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

return matrix;