Py5Graphics.no_tint()
Contents
Py5Graphics.no_tint()¶
Removes the current fill value for displaying images and reverts to displaying images with their original hues.
Description¶
Removes the current fill value for displaying images and reverts to displaying images with their original hues.
This method is the same as no_tint() but linked to a Py5Graphics
object. To see example code for how it can be used, see no_tint().
Underlying Processing method: PGraphics.noTint