Skip to main content
Version: 5.x

Nodes > Functions > Util > Blend

Blend

Combines two input colors using one of several Blend modes.

Inputs

NameTypeDescription
ActivecolorSecondary color in the blend operation
BackgroundcolorBase color in the blend operation
MaskfloatWhen Custom is selected for Mask Source, this input controls how much the blend operation is applied. Expects a 0-1 value where 0 returns the Background and 1 returns the blended color

Outputs

NameTypeDescription
OutputcolorResult of the blend operation

Properties

NameTypeDescription
BlenddropdownBlend type to use
FormulastringDisplays the blend algorithm
Premultiply AboolMultiply Active's rgb channels by Active's alpha channel
Premultiply BboolMultiply Background's rgb channels by Background's alpha channel
Mask SourcedropdownSpecify a color channel or custom input to use as a mask for the blend operation, where a value of 0 in the mask returns the Background and 1 returns the blended color
Was this page helpful?
Yes
No