Comment by efskap
2 days ago
Yeah I dug up the relevant function because I was curious how one would solve this.
return (r * 1000 + g * 100 + b * 10 + a * 255) / 10000;
https://github.com/Stanko/monorail/blob/2da287a4e822705a99d7...
2 days ago
Yeah I dug up the relevant function because I was curious how one would solve this.
return (r * 1000 + g * 100 + b * 10 + a * 255) / 10000;
https://github.com/Stanko/monorail/blob/2da287a4e822705a99d7...
No comments yet
Contribute on Hacker News ↗