Platforms to show: All Mac Windows Linux Cross-Platform

BlendPicturesWithMaskWithBackgroundMBS(SourceImage As Picture, DestImage As Picture, Mask As Picture, Result As Picture, X as Integer, Y as Integer, Width as Integer, Height as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Graphics & Pictures MBS Picture Plugin 8.7 ✅ Yes ✅ Yes ❌ No ✅ Yes All
Blends a picture with another picture.

If DestImage is nil, white is used for the background.
If no mask is specified, a full black mask is used.
Result must be valid picture of right size.

Result must be a 24bit or 32bit picture.

See also:

Some examples using this global method:

BlendPicturesWithMaskWithBackgroundMBS(SourceImage As Picture, DestImage As Picture, Mask As Picture, Result As Picture, X as Integer, Y as Integer, Width as Integer, Height as Integer, BackgroundColour As Color) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Graphics & Pictures MBS Picture Plugin 8.7 ✅ Yes ✅ Yes ❌ No ✅ Yes All
Blends a picture with another picture.

If DestImage is nil, BackgroundColour is used for the background.
If no mask is specified, a full black mask is used.
Result must be valid picture of right size.

Result must be a 24bit or 32bit picture.

See also:

Some examples using this global method:

The items on this page are in the following plugins: MBS Picture Plugin.


The biggest plugin in space...