Closed jahamed closed 2 years ago
I'm assuming I can hook into Canvas to make the background color more transparent?
backgroundColor: 'rgba(0, 0, 200, 0.5)',
Sets the color to green but still with full opacity.
Thanks!
My bad, had a brain fart and didn't realize you could set a RRGGBBAA value for colors.
I'm assuming I can hook into Canvas to make the background color more transparent?
backgroundColor: 'rgba(0, 0, 200, 0.5)',
Sets the color to green but still with full opacity.
Thanks!