BlendColors¶
Blends two colors with the defined blend mode
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| ColorA (Vector4) | Input for the first color |
| ColorB (Vector4) | Input for a second color |
| Factor (Single) | Defines how strongly color B is faded into color A |
| Mode (Int32) | Defines the mode with which the colors are merged. |
Outputs¶
| Name | Type |
|---|---|
| Color | System.Numerics.Vector4 |