-
Is there any way to get the individual RGB and W values from an RgbwColor object? |
Beta Was this translation helpful? Give feedback.
Answered by
Makuna
Dec 30, 2021
Replies: 1 comment 1 reply
-
The variables are exposed publicly. Here is the Wiki entry for the API for RgbColor color.R, color.G, color.B, and color.W |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Makuna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The variables are exposed publicly. Here is the Wiki entry for the API for RgbColor
color.R, color.G, color.B, and color.W