File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1763,7 +1763,9 @@ def set_color(
1763
1763
return self
1764
1764
1765
1765
def set_color_by_gradient (self , * colors : Iterable [ParsableManimColor ]):
1766
- """
1766
+ """Set the color of this mobject's submobjects along the specified
1767
+ gradient.
1768
+
1767
1769
Parameters
1768
1770
----------
1769
1771
colors
Original file line number Diff line number Diff line change 17
17
List of Color Constants
18
18
-----------------------
19
19
20
- These hex values (taken from ` https://www.w3schools.com/colors/colors_australia.asp`__ )
20
+ These hex values (taken from https://www.w3schools.com/colors/colors_australia.asp)
21
21
are non official approximate values intended to simulate AS 2700 colors:
22
22
23
23
.. automanimcolormodule:: manim.utils.color.AS2700
Original file line number Diff line number Diff line change 2
2
3
3
This module contains colors defined in one of the British Standards
4
4
for colors, BS381C. This standard specifies colors used in identification,
5
- coding, and other special purposes. See ` https://www.britishstandardcolour.com/`__
5
+ coding, and other special purposes. See https://www.britishstandardcolour.com/
6
6
for more information.
7
7
8
8
To use the colors from this list, access them directly from the module (which
17
17
List of Color Constants
18
18
-----------------------
19
19
20
- These hex values (taken from ` https://www.w3schools.com/colors/colors_british.asp`__ )
20
+ These hex values (taken from https://www.w3schools.com/colors/colors_british.asp)
21
21
are non official approximate values intended to simulate the ones defined
22
22
in the standard:
23
23
Original file line number Diff line number Diff line change 3
3
"""X11 Colors
4
4
5
5
These color and their names (taken from
6
- ` https://www.w3schools.com/colors/colors_x11.asp`__ ) were developed at the
6
+ https://www.w3schools.com/colors/colors_x11.asp) were developed at the
7
7
Massachusetts Intitute of Technology (MIT) during
8
8
the development of color based computer display system.
9
9
Original file line number Diff line number Diff line change 18
18
-----------------------
19
19
20
20
These hex values are non official approximate values intended to simulate the colors in HTML,
21
- taken from ` https://www.w3schools.com/colors/colors_xkcd.asp`__ .
21
+ taken from https://www.w3schools.com/colors/colors_xkcd.asp.
22
22
23
23
.. automanimcolormodule:: manim.utils.color.XKCD
24
24
You can’t perform that action at this time.
0 commit comments