PLAYGROUND (experimental)

image_blend

Blend two images
image_blend(
    bg, 
    fg, 
    mode, 
    [opacity]
)

Blend two images

Syntaxe

image_blend(bg=img1, fg=img2, mode="add");

Arguments

NameTypeRequiredDefaultDescription
bgyes-Background image
fgyes-Foreground image
modeyes-Blend mode : add, colorburn, colordodge, darken, difference, divide, exclusion, lighten, linearburn, linearlight, multiply, normalt, opacity, overlay, screen, softlight, substract
opacity--Only used for opacity (not taken into account for others if specified)