noTint()

Image / Loading & Displaying

Description

Removes the current fill value for displaying images.

Syntax

void noTint()

Parameters

None

Returns

void

Related

Under the Hood

From Processing.h:

void noTint();

Under the Hood

From Processing.cpp:

void PApplet::noTint(){doTint=false;}