Raster Image - Drop Shadow
From RealWorld Wiki
The Drop Shadow operation is an operation plug-in, which works with raster images and adds a shadow of given color, size, position and density to an image.
The shadow is placed under the image. If the image is completely opaque, you may not be able to see the shadow unless you let the operation resize the image for you or unless a selection exists that limits the area that may cast shadows.
[edit] Internals
GUID: 179FED75-A48F-4708-AF14-56BFB2A2ADBC
| Parameter name | Type | Default | Value | Note |
|---|---|---|---|---|
| Density | float | 150.0 | percent | |
| Size | float | 3.0 | pixels | |
| OffsetX | float | 1.0 | pixels | |
| OffsetY | float | 1.0 | pixels | |
| Type | integer | 0 | 0=standard, 1=egde only | in case of edge only shadow, interiors of semitransparent areas do not cast shadows |
| Resize | bool | false | if enabled, the canvas will be extended to accommodate the shadow (if the document type support changes to canvas size - for example icons do not) | |
| Color | int | 0x000000 | color of the shadow in hexadecimal RGB format | |
| MaskID | string | "IMAGEMASK" | state ID holding an image mask |