@Maedd wrote:
Hey!
I have following problem (see pictures below).
The first one has ofBackground(0, 0, 0). I would like to change that.
But when I do ofBackground(0, 0, 100) I get the second image. Does anyone now where these blue rectangles come from? I would be nice to change the entire background to a different colour.
ofBackground is set first in the ofdraw() function. Then I draw all the images to the screen.Any ideas?
ofBackground(0,0,0)
ofBackground(0,0,100)
Posts: 3
Participants: 2