We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f08d9 commit 42a822dCopy full SHA for 42a822d
1 file changed
tests/circuitpython/bitmapfilter_solar.py
@@ -21,8 +21,6 @@ def make_quadrant_bitmap():
21
b = test_pattern()
22
dump_bitmap_rgb_swapped(b)
23
24
-sepia_weights = [0.393, 0.769, 0.189, 0.349, 0.686, 0.168, 0.272, 0.534, 0.131]
25
-
26
print("solarize (masked)")
27
bitmapfilter.solarize(b, mask=q)
28
0 commit comments