noTint()
Image / Loading & DisplayingDescription
Removes the current fill value for displaying images.
Syntax
void noTint()
Parameters
None
Returns
voidRelated
Under the Hood
From Processing.h:
void noTint();
Under the Hood
From Processing.cpp:
void PApplet::noTint(){doTint=false;}