Replies: 1 comment
-
I think that makes sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
setAll()
does not currently set alpha. It would be a tiny change to the code, an optional additional argument, and (barring a need for validation against invalid/undefined values) one additional line of code:color.alpha = alpha;
Beta Was this translation helpful? Give feedback.
All reactions