(PECL cairo >= 0.1.0)
  	
    
      
      The setSourceRGB purpose
    
    
      
      public void  CairoContext::setSourceRGB ( string $red, string $green, string $blue )
    
    
    
    Object oriented style (method):
Procedural style:
Description here.
Parameters: 
  
      
      
      	context
    	
 
    	Description...
      	pattern
    	
 
    	Description...
      	red
    	
 
    	Description...
      	green
    	
 
    	Description...
      	blue
    	
 
    	Description...
Returns: 
    Description...
This function is currently not documented; only its argument list is available.
Examples: 
  
          Object oriented style
    	
      <?php /* ... */ ?>
The above example will output something similar to:
...
Procedural style
    	
      <?php /* ... */ ?>
The above example will output something similar to:
...
Please login to continue.