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
1. Rename _is_single_color -> _is_single_string_color
2. Extract new method _is_single_color, which checks whether
the color provided is a single color, that can be either string
or a sequence of floats.
3. Allow integers to be a part of float sequence color,
(1, 0.4, 0.2, 0.5), for example.
0 commit comments