Hi everyone!
I was making an small project for testing a multicamera system using Canvas, but i'm passing for a little trouble when drawning the actual Canvas. When the canvases are being drawn, their color tones are getting kinda darker. As for a comparison, the small red block in this image is the character, and I drawn a red rectangle after the canvases drawning. As you can see, even tho they're both red, the smaller square is way darker. Is there some reason for this to happen?
Thanks for the help!
Canvas Messing Up Colors
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Canvas Messing Up Colors
Everything you draw is modulated by the current color. Try love.graphics.setColor(1, 1, 1) before drawing the canvas.
-
- Prole
- Posts: 3
- Joined: Tue Feb 12, 2019 3:18 am
Re: Canvas Messing Up Colors
This worked. Thank you!
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot] and 2 guests