Create a new imgae with drop shadow with the specified image, horizontal and vertical shadow, blur radius, and the shadow color.
- Parameters
-
image | The image to add drop shadow. |
horizontal_shadow | Specifies a pixel value for the horizontal shadow in pixels. Negative values place the shadow to the left of the image. |
vertical_shadow | Specifies a pixel value for the vertical shadow in pixels. Negative values place the shadow to the left of the image. |
blur | Adds a blur effect to the shadow in pixels. A larger value will create more blur (the shadow becomes bigger and lighter). Negative values are not allowed. If no value is specified, 0 is used (the shadow's edge is sharp). |
color | Adds a color to the shadow. |
- Appearance
-