I needed to pass int `0xFFFFFFFF` as a color recen...
# getting-started
c
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