Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02e1396

Browse files
committed
Add removal note
1 parent 3476c71 commit 02e1396

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)