diff --git a/manim/utils/color/core.py b/manim/utils/color/core.py index 9ea69f667c..511c78d703 100644 --- a/manim/utils/color/core.py +++ b/manim/utils/color/core.py @@ -1020,7 +1020,7 @@ def __xor__(self, other: Self) -> Self: return self._construct_from_space( self._internal_from_integer(self.to_integer() ^ int(other), 1.0) ) - + def __hash__(self) -> str: return self.to_hex(with_alpha=True)