manim/tests/opengl
Francisco Manríquez Novoa a5d4ab134c
Fix YELLOW_C and add PURE_CYAN, PURE_MAGENTA and PURE_YELLOW (#4562)
* Fix YELLOW_C and add PURE_CYAN, PURE_MAGENTA and PURE_YELLOW

* update default colors YELLOW -> PURE_YELLOW throughout the library

* chore: format + check

* Modify RandomColorGenerator.next() doctest whose output changed by adding colors

---------

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2026-02-16 20:07:09 -03:00
..
control_data/coordinate_system_opengl Added colorscale to axes.plot() (#3148) 2024-07-25 18:46:15 +00:00
__init__.py Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
test_animate_opengl.py Use ruff for pytest style (#3872) 2024-07-21 14:37:57 +00:00
test_axes_shift_opengl.py Replace assert with np.testing assertions (#2743) 2022-06-07 11:39:35 +00:00
test_color_opengl.py Rename types like RGBA_Array_Float to FloatRGBA and add types like FloatRGBA_Array (#4386) 2025-08-12 10:37:59 -04:00
test_composition_opengl.py AnimationGroup: optimized interpolate() and fixed alpha bug on finish() (#3542) 2024-04-27 23:34:17 +02:00
test_config_opengl.py [pre-commit.ci] pre-commit autoupdate (#3929) 2024-10-22 14:32:12 +00:00
test_coordinate_system_opengl.py Fix YELLOW_C and add PURE_CYAN, PURE_MAGENTA and PURE_YELLOW (#4562) 2026-02-16 20:07:09 -03:00
test_copy_opengl.py Resolve more race conditions potentially happening during directory creation (#4589) 2026-02-12 08:18:26 +01:00
test_family_opengl.py [pre-commit.ci] pre-commit autoupdate (#3141) 2023-02-07 01:52:17 +01:00
test_graph_opengl.py Added :class:.DiGraph, a mobject representing directed graphs (#2974) 2023-04-06 13:40:23 +02:00
test_ipython_magic_opengl.py Change from tempconfig to a config fixture in tests (#3853) 2024-07-12 22:41:51 +02:00
test_markup_opengl.py [pre-commit.ci] pre-commit autoupdate (#4035) 2025-01-19 18:08:36 +01:00
test_number_line_opengl.py Enable strict=True for zip() where safe (#4547) 2026-02-11 10:39:25 +01:00
test_numbers_opengl.py Standardize docstrings with ruff pydocstyle rules (#3881) 2024-09-01 08:03:38 -04:00
test_opengl_mobject.py Prevent mutation of about_point in apply_points_function_about_point - Fixes #4445 (#4478) 2025-11-16 21:17:08 +01:00
test_opengl_surface.py Fixed opengl Surface with reordering initialization process (#3089) 2022-12-26 01:47:17 +01:00
test_opengl_vectorized_mobject.py Enable strict=True for zip() where safe (#4547) 2026-02-11 10:39:25 +01:00
test_override_animation_opengl.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_scene_opengl.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_sound_opengl.py [pre-commit.ci] pre-commit autoupdate (#3929) 2024-10-22 14:32:12 +00:00
test_stroke_opengl.py Adding :class: ManimColor to manim and converting all types (#3020) 2023-08-08 14:47:00 +02:00
test_svg_mobject_opengl.py Adding :class: ManimColor to manim and converting all types (#3020) 2023-08-08 14:47:00 +02:00
test_texmobject_opengl.py Rewrite MathTex to make it more robust regarding splitting (#4515) 2026-02-16 14:22:56 +01:00
test_text_mobject_opengl.py Standardize docstrings with ruff pydocstyle rules (#3881) 2024-09-01 08:03:38 -04:00
test_ticks_opengl.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_unit_geometry_opengl.py Replace assert with np.testing assertions (#2743) 2022-06-07 11:39:35 +00:00
test_value_tracker_opengl.py Moved :mod:.value_tracker back inside :mod:.mobject (#2573) 2022-02-25 19:05:22 +00:00