Skip to content

Commit 476b626

Browse files
authored
Follow Up PR from Color enums
1 parent 037c9be commit 476b626

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manim/utils/color.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ class Colors(Enum):
115115
116116
.. code-block:: python
117117
118-
from manim.utils.color import Colors
119-
Colors.white.value # -> '#FFFFFF'
118+
>>> import manim.utils.color as C
119+
>>> C.WHITE
120+
'#FFFFFF'
120121
121122
"""
122123

0 commit comments

Comments
 (0)