Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
def
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
Circle
Class · 0.85
set_color
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected