mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Color Blend node |
{/##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 |
