ProtoFlux:ColorXAdditiveBlend: Difference between revisions

From Resonite Wiki
Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Color XAdditive Blend |Category=Colors |Inputs= [ {"Name":"Source", "Type":"colorX"}, {"Name":"Destination", "Type":"colorX"} ] |Outputs= [ {"Name":"*", "Type":"colorX"} ] |}} 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..."
 
m YoshBot moved page ProtoFlux:ColorX Additive Blend to ProtoFlux:ColorXAdditiveBlend: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:45, 20 August 2025

Color XAdditive 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.

This node is currently bugged and does not properly handle color profile information, simply acting like Color Additive Blend and always returning an sRGB color profile[1].

Inputs

Source (ColorX)

The color that is blended "onto" the destination.

Destination (ColorX)

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

Outputs

* (ColorX)

The blended color result.

References