There is anyway to change window decoration color / border color?
I mean something like:
surface.setDecorationColor(color(0, 0, 255));
or
surface.setBorderColor(color(0, 0, 255));
But I need default window decoration
There is anyway to change window decoration color / border color?
I mean something like:
surface.setDecorationColor(color(0, 0, 255));
or
surface.setBorderColor(color(0, 0, 255));
But I need default window decoration
Interested in this too. Kind of sick of that grey border background for small sized sketches.