Comment by didgeoridoo
2 days ago
Is that what’s happening with the color? I assumed it was doing (R+G+B)•Opacity, so the max would be 255•3=765 and the min would be 0.
2 days ago
Is that what’s happening with the color? I assumed it was doing (R+G+B)•Opacity, so the max would be 255•3=765 and the min would be 0.
Yeah I dug up the relevant function because I was curious how one would solve this.
https://github.com/Stanko/monorail/blob/2da287a4e822705a99d7...