Color.transparent isn’t opaque #23
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
The
Color.transparent
static property isn't actually transparent. It's defined asColor.RGB(255, 255, 255, 1.0)
but should beColor.RGB(255, 255, 255, 0.0)
instead.The text was updated successfully, but these errors were encountered: