In This Topic
            
            Sets the blue gamma value.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeGammaCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_BlueGamma(value);
 
    
      
      function set_BlueGamma(
    : number
) : any;
 
    
       
      Parameters
- value
- Blue gamma value. Valid value is 0 and any positive value. Default value is 1.
 
Exceptions
| Exception | Description | 
|---|
|  | Thrown if argument has wrong type. | 
|  | Thrown if value is negative. | 
Browser Compatibility
See Also