Class BlendEffect
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
An effect that blend two textures.
public class BlendEffect : ShaderEffect, IAnimatable
- Inheritance
-
BlendEffect
- Implements
- Inherited Members
- Extension Methods
Constructors
BlendEffect()
Initializes a new instance of the BlendEffect class.
public BlendEffect()
Fields
Input1Property
Identifies the Input1 dependency property.
public static readonly DependencyProperty Input1Property
Field Value
Input2Property
Identifies the Input2 dependency property.
public static readonly DependencyProperty Input2Property
Field Value
Properties
Input1
Gets or sets the first input.
public Brush Input1 { get; set; }
Property Value
- Brush
The first input.
Input2
Gets or sets the second input.
public Brush Input2 { get; set; }
Property Value
- Brush
The second input.