Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Change Property








Gets or sets a value that represents the amount to change the saturation.
Syntax
public int Change {get; set;}
'Declaration
 
Public Property Change As Integer
'Usage
 
Dim instance As ChangeSaturationCommand
Dim value As Integer
 
instance.Change = value
 
value = instance.Change
public int Change {get; set;}
@property (nonatomic, assign) NSInteger change
public int getChange()
public void setChange(int value)
            
 <br/>get_Change();<br/>set_Change(value);<br/>Object.defineProperty('Change'); 
public:
property int Change {
   int get();
   void set (    int value);
}

Property Value

Amount to change saturation. Values are percentages between -1000 and +1000.
Example
Refer to ChangeSaturationCommand.
Requirements

Target Platforms

See Also

Reference

ChangeSaturationCommand Class
ChangeSaturationCommand Members

Error processing SSI file