Commit d2d9cc77 authored by twanvl's avatar twanvl

documentation typo: masked_blend != linear_blend

parent 299269db
Function: masked_blend Function: masked_blend
--Usage-- --Usage--
> linear_blend(light: image, dark: image, mask: image) > masked_blend(light: image, dark: image, mask: image)
Blend two images together using a third as a mask. Blend two images together using a third as a mask.
On pixels the mask is white the 'light' image is used, where the mask is black the 'dark' image is used. On pixels the mask is white the 'light' image is used, where the mask is black the 'dark' image is used.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment