| Author |
Image background color
|
ramnna jain
Ranch Hand
Joined: Mar 16, 2009
Posts: 129
|
|
I am trying the below code to draw image with setting background color white.
The generated image is an image with black background.
How to overcome this problem?
|
 |
ramnna jain
Ranch Hand
Joined: Mar 16, 2009
Posts: 129
|
|
I tried and getting desired result:
|
 |
pete stein
Bartender
Joined: Feb 23, 2007
Posts: 1561
|
|
|
I'm no expert in graphics, but I would think that Graphics#clearRect(int x, int y, int width, int height) would be a better choice for filling a region with a background color.
|
 |
 |
|
|
subject: Image background color
|
|
|