Skip to content

Lib.numbers.color.BlendColors

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

BlendColors

in Lib.numbers.color


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

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally