love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
300 stars 48 forks source link

Color ranges are obsolete #78

Closed monolifed closed 5 years ago

monolifed commented 5 years ago

They show as 0-255

hahawoo commented 5 years ago

I've done a simple search and replace (https://github.com/love2d-community/love-api/commit/bfa5c1a0362bd7b89facce202184f6c93e4c1115), but I'm not certain if this completely solves this issue.

monolifed commented 5 years ago

Thanks.