Open
Description
Description
In FX2D, tint() causes tinted image to flicker.
Expected Behavior
tint(255,50)
should tint the image, but it flickers between being tinted and being full opacity.
Current Behavior
tint()
causes tinted image to flicker.
Steps to Reproduce
Calling tint(255,50)
(for example), then draw an image image([image])
, then noTint()
Your Environment
- On Mac OS High Sierra, MacBook Pro 2017 with touch bar
- Running Processing (pulled today 6/28/18) in Eclipse