Gmagick::solarizeimage
  Applies a solarizing effect to the image
  
 
  Description
  
   public Gmagick Gmagick::solarizeimage
    ( int $threshold
   )
  
   
  
 
  Parameters
  
   
    
     - 
threshold
- 
      
       Define the extent of the solarization.
       
 
 
  Return Values
  
   The Gmagick object on success.
  
  
 
  Errors/Exceptions
  
   Throws an
GmagickException on error.