←Select platform

Saturation Property

Summary

Gets or sets the amount to change the saturation of each pixel. This is a dependency property.

Syntax
C#
VB
C++
public double Saturation { get; set; } 
  
Public Property Saturation As Double 
public: 
property double Saturation { 
   double get(); 
   void set (    double ); 
} 

Property Value

The amount to change the saturation of each pixel. Default value is 0.5.

Remarks

Negative values decrease the saturation of colors. Positive values increase the saturation. The saturation level is increased or decreased by a percentage of its present saturation level. For example, an increase of 20 of the current saturation level "L" will raise the new saturation level "L1" to a value L + 0.20 * L. Likewise, increasing the saturation level 100 doubles the saturation level ( L1 = L + 1.0 * L). Decreasing the saturation level 100 will set the new saturation level to 0. This process is carried out for every pixel.

Example

For XAML example, refer to DesaturateEffect.

For C#/VB examples, refer to DesaturateEffect.

Requirements

Target Platforms

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

Leadtools.Windows.Media.Effects Assembly