mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Small bug fix
This commit is contained in:
parent
7510c9808e
commit
d798f5ebf0
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class ColorSliders(Group):
|
|||
self.r_slider.slider.set_color(RED)
|
||||
self.g_slider.slider.set_color(GREEN)
|
||||
self.b_slider.slider.set_color(BLUE)
|
||||
self.a_slider.slider.set_color_by_gradient([BLACK, WHITE])
|
||||
self.a_slider.slider.set_color_by_gradient(BLACK, WHITE)
|
||||
|
||||
self.selected_color_box = Rectangle(**self.rect_kwargs)
|
||||
self.selected_color_box.add_updater(
|
||||
|
|
Loading…
Add table
Reference in a new issue