< Previous | Contents | Next >

Usage

Image:BlendOf(image fg, numeric val) OR Image:BlendOf(image fg, image map)

fg (image, required)

The image to use as the foreground for the blend operation.

val (numeric, required)

A numeric value that describes how much of the foreground is combined with the background. Alternatively, this argument can be an image map, as described below.

map (image, required)

A map image that describes how the pixels from the foreground should be combined with the background. The value of the pixels in the map image provide the amount of Blend. Map value of zero will be background, and map value 1 will be foreground.