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