mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Bugfix: colorsys uses HLS (hue, luminance, saturation) ordering when converting to/from rgb. Manim says it uses HSL ordering. Fixed order of parameters in call to colorsys for ManimColor.from_hsl and ManimColor.to_hsl. Added tests ensure correct HSL ordering. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update to fix the correct color tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: SonnyRoomex <sonny.campbell@roomex.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Aarush Deshpande <110117391+JasonGrace2282@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| _split_matrices.py | ||
| _subdivision_matrices.py | ||
| test_bezier.py | ||
| test_color.py | ||
| test_deprecation.py | ||
| test_file_ops.py | ||
| test_hashing.py | ||
| test_manim_color.py | ||
| test_space_ops.py | ||
| test_tex.py | ||
| test_units.py | ||