MCPcopy Index your code
hub / github.com/processing/processing / noTint

Method noTint

core/src/processing/core/PGraphics.java:6623–6625  ·  view source on GitHub ↗

( 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

()

Source from the content-addressed store, hash-verified

6621 * @see PGraphics#image(PImage, float, float, float, float)
6622 */
6623 public void noTint() {
6624 tint = false;
6625 }
6626
6627
6628 /**

Callers 2

reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected