[]
Builtin Blend effect.
public class Blend : Effect, IDisposable, IUnknown
Initializes a new instance of the Blend class.
public Blend(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
The blend mode used for the effect. See Blend modes for more info.
public BlendMode Mode { get; set; }
Initializes a new instance of Blend effect.
public static Blend Create(DeviceContext context)
context
DeviceContext