Removes the current fill value for displaying images and reverts to displaying images with their original hues. @webref image:loading & displaying @webBrief Removes the current fill value for displaying images and reverts to displaying images with their original hues @usage web_application @see PGr
()
| 6629 | * @see PGraphics#image(PImage, float, float, float, float) |
| 6630 | */ |
| 6631 | public void noTint() { |
| 6632 | tint = false; |
| 6633 | } |
| 6634 | |
| 6635 | |
| 6636 | /** |
no outgoing calls
no test coverage detected