ProtoFlux:ColorMultiplicativeBlend

From Resonite Wiki
Revision as of 23:47, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Color Multiplicative Blend to ProtoFlux:ColorMultiplicativeBlend: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Multiplicative Blend
Source
*
Destination
Colors

Color Multiplicative Blend does a multiplicative blend of its two input colors. The result is the product 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.

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.