Image.composite

Composites dest onto this image using the specified composite operator.

Parameters

overlay const(Image)

Image to use in the composite operation.

compositeOp CompositeOperator

The composite operation to use.

gravity GravityType

The gravity that defines the location of the location of overlay.

channel ChannelType

One or more channels to compose.

Meta