Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:ColorSoftAdditiveBlend: Difference between revisions

Color Additive Blend does a "soft additive" blend of its two input colors. The result of the color components is destination color + (source color * (1 - destination color)). The alpha component is simply added together and clamped to a maximum of 1.
YoshBot (talk | contribs)
m YoshBot moved page ProtoFlux:Color Soft Additive Blend to ProtoFlux:ColorSoftAdditiveBlend: Automated: removing spaces from ProtoFlux namespace
Xeravax (talk | contribs)
Manual Sync from my own PC - wiki-bot(at)stefanocoding.me - https://github.com/Xeravax/mediawiki-simple-sync
 
Line 1: Line 1:
{{SHORTDESC:Color Additive Blend does a "soft additive" blend of its two input colors. The result of the color components is destination color + (source color * (1 - destination color)). The alpha component is simply added together and clamped to a maximum of 1.}}


{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI

Latest revision as of 17:01, 20 February 2026


Soft Additive Blend
Source
*
Destination
Colors

Color Additive Blend does a "soft additive" blend of its two input colors. The result of the color components is destination color + (source color * (1 - destination color)). The alpha component is simply added together and 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.