You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above will error when the background is set to an rgb color. This is partially fixed by #252 as it extends the named colors palette so you don't have to use rgb colors in themes. However I think scenic should automatically convert {{r, g, b}, a} to {r, g, b, a}
The text was updated successfully, but these errors were encountered:
vacarsu
changed the title
{r, g, b} in theme throws color error what used in fill with opacity.
{r, g, b} in theme throws color error when used in fill with opacity.
Nov 18, 2021
Scenic cannot validate a fill color with opacity when using a theme with an rgb color because it expects an rgba color.
The above will error when the background is set to an rgb color. This is partially fixed by #252 as it extends the named colors palette so you don't have to use rgb colors in themes. However I think scenic should automatically convert {{r, g, b}, a} to {r, g, b, a}
The text was updated successfully, but these errors were encountered: