Composites the overlay image onto this image. The opacity of this image is multiplied by dstPercentage and opacity of overlay is multiplied by srcPercentage.
This method corresponds to the -dissolve option of ImageMagick's composite command.
The source image for the composite operation.
Percentage for the source image.
Percentage for this image.
The x offset to use for the overlay.
The y offset to use for the overlay.
See Implementation
Composites the overlay image onto this image. The opacity of this image is multiplied by dstPercentage and opacity of overlay is multiplied by srcPercentage.
This method corresponds to the -dissolve option of ImageMagick's composite command.