Class SaturationEffect
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.ShaderEffects
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class SaturationEffect : ShaderEffectBase
Constructors
SaturationEffect()
Declaration
public SaturationEffect()
Fields
InputProperty
Declaration
public static readonly DependencyProperty InputProperty
Field Value
System.Windows.DependencyProperty
|
SaturationProperty
Declaration
public static readonly DependencyProperty SaturationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Input
Declaration
public Brush Input { get; set; }
Property Value
System.Windows.Media.Brush
|
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Saturation
Declaration
[ShaderNumericProperty(1, 0, 4, ResourceKey = "ImageEditor_Effect_Saturation")]
public double Saturation { get; set; }
Property Value
System.Double
|