Lucee object methods reference
Object Method Image.overlay
Combines two images by overlaying one on top of the other using alpha compositing. The second image is blended with the first based on its transparency.
Image.overlay(any source2):void
Category
image
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| source2 | any | Yes | The overlay image that is blended on top of the base image. Its transparency affects the final blending result. |