( begin auto-generated from noTint.xml ) Removes the current fill value for displaying images and reverts to displaying images with their original hues. ( end auto-generated ) @webref image:loading_displaying @usage web_application @see PGraphics#tint(float, float, float, float) @see PGraphics#im
()
| 6621 | * @see PGraphics#image(PImage, float, float, float, float) |
| 6622 | */ |
| 6623 | public void noTint() { |
| 6624 | tint = false; |
| 6625 | } |
| 6626 | |
| 6627 | |
| 6628 | /** |
no outgoing calls
no test coverage detected