This commit is contained in:
kris 2021-11-04 14:31:33 +00:00
parent 1010b64272
commit 7e68847bfe
1 changed files with 0 additions and 1 deletions

View File

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