BlendGradients¶
Blends two color gradients with the defined blendmode
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| GradientA (Gradient) | Defines gradient A |
| GradientB (Gradient) | Defines gradient B |
| BlendMode (Int32) | Defines the mode with which the colors of the gradients are merged |
| MixFactor (Single) | Defines how strongly gradient B is faded into gradient A |
Outputs¶
| Name | Type |
|---|---|
| Result | T3.Core.DataTypes.Gradient |