mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 12:07:45 +00:00
Change default saturation and gamma to each be 1
This commit is contained in:
parent
162fd4a92b
commit
0609c1bfa8
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ class SceneFileWriter(object):
|
|||
progress_description_len: int = 40,
|
||||
video_codec: str = "libx264",
|
||||
pixel_format: str = "yuv420p",
|
||||
saturation: float = 1.7,
|
||||
gamma: float = 1.2,
|
||||
saturation: float = 1.0,
|
||||
gamma: float = 1.0,
|
||||
):
|
||||
self.scene: Scene = scene
|
||||
self.write_to_movie = write_to_movie
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue