Easiest way to display images

Adam D. Ruppe destructionator at gmail.com
Tue Mar 12 13:16:47 UTC 2019


On Tuesday, 12 March 2019 at 02:21:51 UTC, Murilo wrote:
> Hi Adam, how do I set the color of the SimpleWindow background?

You have to draw a rectangle on the window to make your own 
background. Set both outlineColor and fillColor to the same 
thing, then do painter.drawRectangle(Point(0, 0), 
Size(window.width, window.height));


More information about the Digitalmars-d-learn mailing list