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));

Reply via email to