[]
Initializes a new instance of BlendTransform class
public static BlendTransform Create(EffectContext context, int numInputs, BlendDescription blendDescription)
| Type | Name | Description |
|---|---|---|
| EffectContext | context | The effect context |
| int | numInputs | The number of inputs. |
| BlendDescription | blendDescription | The blend description |
| Type | Description |
|---|---|
| BlendTransform |
Initializes a new instance of BlendTransform class
[CLSCompliant(false)]
public static BlendTransform Create(EffectContext context, int numInputs, ref BlendDescription blendDescription)
| Type | Name | Description |
|---|---|---|
| EffectContext | context | The effect context |
| int | numInputs | The number of inputs. |
| BlendDescription | blendDescription | The blend description |
| Type | Description |
|---|---|
| BlendTransform |