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  

alpha()

   
Examples  
noStroke(); 
color c = color(0, 126, 255, 102); 
fill(c); 
rect(15, 15, 35, 70); 
float value = alpha(c);  //Sets "value" to "102" 
fill(value); 
rect(50, 15, 35, 70); 
Description   Extracts the alpha value from a color.
   
Syntax  
alpha(color)
   
Parameters  
color   any value of the color datatype

   
Returns   float
   
Usage   Web & Application
   
Related   green()
red()
blue()
hue()
saturation()
brightness()
 
 






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








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