ProtoFlux:ColorX Alpha Blend

From Resonite Wiki
Revision as of 21:23, 25 February 2024 by PJB (talk | contribs) (Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Color XAlpha Blend |Category=Colors |Inputs= [ {"Name":"Source", "Type":"colorX"}, {"Name":"Destination", "Type":"colorX"} ] |Outputs= [ {"Name":"*", "Type":"colorX"} ] |}} ColorX Alpha Blend does an [https://en.wikipedia.org/wiki/Alpha_compositing alpha blend] of its two input colors. The source is blended "onto" the destination, and the higher the source alpha, the more of the "source" color and less of the "destination" color com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Color XAlpha Blend
Source
*
Destination
Colors

ColorX Alpha Blend does an alpha blend of its two input colors. The source is blended "onto" the destination, and the higher the source alpha, the more of the "source" color and less of the "destination" color comes through.

Alpha values are summed and clamped to a maximum of 1.

This node is currently bugged and does not properly handle color profile information, simply acting like Color Alpha 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.

See Also

References