←Select platform

Change Property

Summary

Gets or sets a value that represents the amount to change the saturation.

Syntax
C#
VB
Objective-C
C++
Java
public int Change { get; set; } 
Public Property Change As Integer 
@property (nonatomic, assign) NSInteger change 
public int getChange() 
public void setChange(int value) 
public: 
property int Change { 
   int get(); 
   void set (    int ); 
} 

Property Value

Amount to change saturation. Values are percentages between -1000 and +1000.

Example

Refer to ChangeSaturationCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly