ProtoFlux:ColorX Multiplicative Blend

From Resonite Wiki
Revision as of 22:12, 25 February 2024 by PJB (talk | contribs) (Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Multiplicative Blend |Category=Colors |Inputs= [ {"Name":"Source", "Type":"colorX"}, {"Name":"Destination", "Type":"colorX"} ] |Outputs= [ {"Name":"*", "Type":"colorX"} ] |}} ColorX 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. Regardle...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Multiplicative Blend
Source
*
Destination
Colors

ColorX 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.

If the two input colors have a different ColorProfile, both are converted to Linear before operation. Otherwise the operation is done in the input color profile and returned as such.

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.

See Also