Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experimenting with an HSV class (#3518)
* Experimenting with an HSL class * Add some more functionality * Adding a lot of tests and implementing fully functional conversion between color spaces over proxy rgba * Fixing tests * Fixing typing * return str to normal * Additional documentation * Update manim/utils/color/core.py Co-authored-by: adeshpande <[email protected]> * Update manim/utils/color/core.py Co-authored-by: adeshpande <[email protected]> * Update manim/utils/color/core.py Co-authored-by: adeshpande <[email protected]> * Update manim/utils/color/core.py Co-authored-by: adeshpande <[email protected]> * Fix documentation and typing and revamp operators to respect color spaces * Fix color operator typing and add operator tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix typeguard * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Import ManimFloat * Update manim/utils/color/core.py Co-authored-by: Aarush Deshpande <[email protected]> * Update manim/utils/color/core.py Co-authored-by: Aarush Deshpande <[email protected]> * Add docstring to _internal_space * naming of functions according to pep8 * Fix naming * Update manim/utils/color/core.py Co-authored-by: Aarush Deshpande <[email protected]> * Update manim/utils/color/core.py Co-authored-by: Aarush Deshpande <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Jason Grace <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information