LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Change Property

Show in webframe







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) int change;
public int getChange()
public void setChange(int value)
            
 
get_Change();
set_Change(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.