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(
17631763 return self
17641764
17651765 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+
17671769 Parameters
17681770 ----------
17691771 colors
Original file line number Diff line number Diff line change 1717List of Color Constants
1818-----------------------
1919
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)
2121are non official approximate values intended to simulate AS 2700 colors:
2222
2323.. automanimcolormodule:: manim.utils.color.AS2700
Original file line number Diff line number Diff line change 22
33This module contains colors defined in one of the British Standards
44for 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/
66for more information.
77
88To use the colors from this list, access them directly from the module (which
1717List of Color Constants
1818-----------------------
1919
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)
2121are non official approximate values intended to simulate the ones defined
2222in the standard:
2323
Original file line number Diff line number Diff line change 33"""X11 Colors
44
55These 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
77Massachusetts Intitute of Technology (MIT) during
88the development of color based computer display system.
99
Original file line number Diff line number Diff line change 1818-----------------------
1919
2020These 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.
2222
2323.. automanimcolormodule:: manim.utils.color.XKCD
2424
You can’t perform that action at this time.
0 commit comments