MCPcopy
hub / github.com/ManimCommunity/manim / test_Gradient

Function test_Gradient

tests/test_graphical_units/test_modifier_methods.py:10–12  ·  view source on GitHub ↗
(scene)

Source from the content-addressed store, hash-verified

8
9@frames_comparison
10def test_Gradient(scene):
11 c = Circle(fill_opacity=1).set_color(color=[PURE_YELLOW, GREEN])
12 scene.add(c)
13
14
15@frames_comparison

Callers

nothing calls this directly

Calls 3

CircleClass · 0.85
set_colorMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected