From 7e68847bfef51fd349560840c751803228f4c35e Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 4 Nov 2021 14:31:33 +0000 Subject: [PATCH] nit --- screen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/screen.py b/screen.py index 684cd79..9831807 100644 --- a/screen.py +++ b/screen.py @@ -109,7 +109,6 @@ class DHGRScreen: yuv_to_rgb = np.matmul(np.array( ((1, 0, 1.139883), (1, -0.394642, -.5806227), (1, 2.032062, 0))), yuv_to_rgb) - # Apply effect of contrast yuv_to_rgb *= contrast