SaturationEffect
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ShaderEffects
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class SaturationEffect : ShaderEffectBase
Inheritance: objectShaderEffectBaseSaturationEffect
Inherited Members
Constructors
C#
public SaturationEffect()
Fields
InputProperty
DependencyProperty
C#
public static readonly DependencyProperty InputProperty
SaturationProperty
DependencyProperty
C#
public static readonly DependencyProperty SaturationProperty
Properties
Input
Brush
C#
public Brush Input { get; set; }
C#
[ShaderNumericProperty(1, 0, 4, ResourceKey = "ImageEditor_Effect_Saturation")]
public double Saturation { get; set; }