|
|
public Img pressImage(Image pressImg, int x, int y, float alpha) {
|
|
public Img pressImage(Image pressImg, int x, int y, float alpha) {
|
|
|
return pressImage(pressImg, new Rectangle(x, y, pressImgWidth, pressImgHeight), alpha);
|
|
return pressImage(pressImg, new Rectangle(x, y, pressImgWidth, pressImgHeight), alpha);
|