Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
Name  

noTint()

   
Examples  
BImage 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 returns Processing to displaying images with their original hues.
   
Syntax  
noTint()
   
Returns   None
   
Usage   Web & Application
   
Related   tint()
image()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas