Search found 1 match
- Thu Aug 09, 2018 1:47 am
- Forum: Support and Development
- Topic: setColor bug
- Replies: 1
- Views: 1746
setColor bug
In the wiki ( https://love2d.org/wiki/love.graphics.setColor ), says: "In versions prior to 11.0, color component values were within the range of 0 to 255 instead of 0 to 1." This really works fine when I use setColor(number, number, number), the range is 0 to 255, but when I pass a table ...