Files
noodl-docs/nodes/utilities/color-blend.md
Eric Tuvesson 53f0d6320e Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2023-09-05 12:08:55 +02:00

2.5 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Color Blend

<##head##>

Color Blend

This node lets you blend between color values.

<##head##>

Inputs

Data Description
Color 0..N The colors to mix. These ports are numbered as Color 0, Color 1 etc. When a color is specified a new input will be created for the next color.
Blend value This specifies how the input colors will be blended. The inputs colors are interpolated linearly so a Blend Value of 0 will result in the color of the input port Color 0 and a value of 1 will result in Color 1.

A value of 0.5 will be a mix of 50% of Color 0 and Color 1, a number of 1.5 will be a mix between Color 1 and Color 2, etc. Values below 0 or above the amount of input colors are clamped to the closest color.

Outputs

Data Description
Result The resulting blended color