Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3476c71 commit 02e1396Copy full SHA for 02e1396
doc/api/next_api_changes/removals/18069.DS.rst
@@ -0,0 +1,5 @@
1
+Removed support for single color strings in `~.colors.to_rgba_array`
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+Converting a string with single color characters (e.g. ``'rgb'``) in
4
+`~.colors.to_rgba_array`is no longer supported. Instead, the colors can be
5
+passed individually in a list (e.g. ``['r', 'g', 'b']``).
0 commit comments