Properties

Image or layer attribute. Applies to layer 0 if layer=comp. Ignored by effect layers.

object must not resolve to a catalog record which includes a src= or mask= command in catalog::Modifier.

The is and ir prefixes are case-insensitive.

Default

If mask= is not specified explicitly, and if the layer image is associated with a catalog entry, then catalog::MaskPath is used. Otherwise, the alpha channel of the layer image is used, if present. If there is no alpha channel, the layer has no mask and the layer rectangle is rendered entirely opaque.

Example

Use several separate masks to colorize different areas of an image. The colorized, masked regions is layered on top of the original, unmodified image:

http://server/myRootId/myImageId?wid=500& layer=1&src=myImageId&mask=myMask1&op_colorize=200,0,0& layer=2&src=myImageId&mask=myMask2&op_colorize=0,200,0& layer=3&src=myImageId&mask=myMask3&op_colorize=0,0,200

See also

maskUse= , catalog::MaskPath, object , Request Nesting and Embedding

Experience Manager