Lib.numbers.color.BlendColors - tixl3d/tixl GitHub Wiki
Blends two colors with the defined blend mode
| 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. |
| Name | Type |
|---|---|
| Color | System.Numerics.Vector4 |
⚠ Everything else is automatically generated and will be overwritten regularly.