Class Blend
Built in Blend effect.
public class Blend : Effect
- Inheritance
-
Blend
- Inherited Members
Constructors
Blend(DeviceContext)
Initializes a new instance of Blend effect.
public Blend(DeviceContext context)
Parameters
context
DeviceContext
Properties
Mode
The blend mode used for the effect. See Blend modes for more info.
public BlendMode Mode { get; set; }