LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Change Property






Gets or sets a value that represents the amount to change the saturation. .NET support WinRT support Silverlight support
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;}
 get_Change();
set_Change(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChangeSaturationCommand Class
ChangeSaturationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.