Join Slack
Powered by
I needed to pass int `0xFFFFFFFF` as a color recen...
# getting-started
c
cypher121
06/30/2016, 8:38 PM
I needed to pass int
0xFFFFFFFF
as a color recently. Turns out it's long, but
0xFFFFFFFF.toInt()
evaluates to -1, which is exactly what was needed
Open in Slack
Previous
Next