Change default saturation and gamma to each be 1

This commit is contained in:
Grant Sanderson 2023-06-10 09:25:03 -07:00
parent 162fd4a92b
commit 0609c1bfa8

View file

@ -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