-
Bug
-
Resolution: Incomplete
-
P3
-
None
-
8
-
Ubuntu Linux, hardware rendering
Color adjust might produce artifacts on Linux.
See attached images.
First image:
new ColorAdjust() {{
setSaturation(-0.5f);
setHue(0.5f);
setContrast(1.5f);
setBrightness(0.7f);
}}
Second image:
new ColorAdjust() {{ setBrightness(0.7f); }}
See attached images.
First image:
new ColorAdjust() {{
setSaturation(-0.5f);
setHue(0.5f);
setContrast(1.5f);
setBrightness(0.7f);
}}
Second image:
new ColorAdjust() {{ setBrightness(0.7f); }}