MCPcopy Create free account
hub / github.com/benfry/processing4 / noTint

Method noTint

core/src/processing/core/PGraphics.java:6631–6633  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

6629 * @see PGraphics#image(PImage, float, float, float, float)
6630 */
6631 public void noTint() {
6632 tint = false;
6633 }
6634
6635
6636 /**

Callers 2

reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected