Class ContrastAdjustEffect
An effect that controls brightness and contrast.
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.ShaderEffects
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ContrastAdjustEffect : ShaderEffectBase
Constructors
ContrastAdjustEffect()
Declaration
public ContrastAdjustEffect()
Fields
BrightnessProperty
Declaration
public static readonly DependencyProperty BrightnessProperty
Field Value
System.Windows.DependencyProperty
|
ContrastProperty
Declaration
public static readonly DependencyProperty ContrastProperty
Field Value
System.Windows.DependencyProperty
|
InputProperty
Declaration
public static readonly DependencyProperty InputProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Brightness
Declaration
[ShaderNumericProperty(0, -1, 1, ResourceKey = "ImageEditor_Effect_Brightness")]
public double Brightness { get; set; }
Property Value
System.Double
|
Contrast
Declaration
[ShaderNumericProperty(1.5, 0, 2, ResourceKey = "ImageEditor_Effect_ContrastAdjust")]
public double Contrast { 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
|