(PECL imagick 2.0.0)
  	
    
      
      Sets the image matte color
    
    
      
      bool Imagick::setImageMatteColor ( mixed $matte )
    
    
    
    Sets the image matte color.
Parameters: 
  
      
      
      	matte
    	
 
    	Sets the image matte color.
Returns: 
     Returns TRUE on success. 
Exception: 
    
    Throws ImagickException on error.
Changelog: 
    
        
      2.1.0
    	Now allows a string representing the color as the parameter. Previous versions allow only an ImagickPixel object.
Please login to continue.