ProtoFlux:ColorAdditiveBlend: Difference between revisions

From Resonite Wiki
Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Additive Blend |Category=Colors |Inputs= [ {"Name":"Source", "Type":"color"}, {"Name":"Destination", "Type":"color"} ] |Outputs= [ {"Name":"*", "Type":"color"} ] |}} Color Additive Blend does an additive blend of its two input colors. The result is the sum of each component between the target and destination. This is a symmetric operation, the result is the same with target and destination swapped. Regardless, the "target" and "des..."
 
m YoshBot moved page ProtoFlux:Color Additive Blend to ProtoFlux:ColorAdditiveBlend: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:47, 20 August 2025

Additive Blend
Source
*
Destination
Colors

Color Additive Blend does an additive blend of its two input colors. The result is the sum of each component between the target and destination.

This is a symmetric operation, the result is the same with target and destination swapped. Regardless, the "target" and "destination" terminology is used for consistency with other blend nodes.

Alpha values are clamped to a maximum of 1.

Inputs

Source (Color)

The color that is blended "onto" the destination.

Destination (Color)

The destination color that the source is blended "onto".

Outputs

* (Color)

The blended color result.