Thank you.
I thought that was the case, but it is better to better to get confirmation than set myself up for problems later.
Search found 2 matches
- Sat May 20, 2023 6:58 am
- Forum: Support and Development
- Topic: Shaders and setColor
- Replies: 2
- Views: 912
- Fri May 19, 2023 10:59 pm
- Forum: Support and Development
- Topic: Shaders and setColor
- Replies: 2
- Views: 912
Shaders and setColor
I am learning shaders right now and I have a shader doing what I want for the most part (just diffusing a color). I had a single pixel have its color reset to full red with: love.graphics.setColor(1,0,0,1) love.graphics.circle("fill",rx,ry,1) Nothing special there, or so I thought. I wante...