(PECL haru >= 0.0.1)
  	
    
      
      Set stroking color for the page
    
    
      
      bool HaruPage::setRGBStroke ( float $r, float $g, float $b )
    
    
    
    Defines stroking color for the page. All values must be between 0 and 1.
Parameters: 
  
      
      
      	r
    	
 
    	Defines stroking color for the page. All values must be between 0 and 1.
      	g
    	
 
    	Defines stroking color for the page. All values must be between 0 and 1.
      	b
    	
 
    	Defines stroking color for the page. All values must be between 0 and 1.
Returns: 
     Returns TRUE on success. 
Exception: 
    
    Throws a HaruException on error.
See also: 
     
      
                  
    		
    		
    		
    		
    		
            		
    		
    		
    	 
          
Please login to continue.