FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
      Language \ Environment \ Libraries \ Comparison
 
   
   
Abridged (A-Z) \ Complete (A-Z)  
   
  Reference for Processing (BETA) version 91+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.  
Name  

noTint()

   
Examples  
PImage b; 
b = loadImage("laDefense.jpg"); 
tint(0, 153, 204); // Tint blue 
image(b, 0, 0); 
noTint(); // Disable tint 
image(b, 50, 0); 
Description   Removes the current fill value for displaying images and reverts to displaying images with their original hues.
   
Syntax  
noTint()
   
Returns   None
   
Usage   Web & Application
   
Related   tint()
image()
 
 






   
 
Updated: Fri Jul 15 16:35:54 PDT 2005
 
 








Creative Commons License
 
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info