Class InvertColorsEffect
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.ShaderEffects
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class InvertColorsEffect : ShaderEffectBase
Constructors
InvertColorsEffect()
Declaration
public InvertColorsEffect()
Fields
InputProperty
Declaration
public static readonly DependencyProperty InputProperty
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
|