- To: Omar Bennani <barhouf@xxxxxxxx>
- Subject: Re: background color
- From: Curtis Rueden <ctrueden@xxxxxxxx>
- Date: Tue, 14 Feb 2006 11:22:55 -0600
Hi Omar,
Can we change the background color of the display from black to another color ?
Try this: DisplayRenderer renderer = display.getDisplayRenderer(); renderer.setBackgroundColor(1.0f, 1.0f, 1.0f); // white renderer.setBoxColor(0.0f, 0.0f, 0.0f); // black -Curtis
- References:
- background color
- From: Omar Bennani
- background color