Skip to content

Shadow Filter

Shadow Filter
Filters
Offset
(5, 5)
Radius
(5, 5)
Color
Black
Previous
null

Category Filters
Is Pair Node: No


Creates a shadow filter that can be applied to an image.


Type: VecD
Default: (5, 5)

The offset of the shadow from the original image. This determines how far the shadow is cast from the object.

Type: VecD
Default: (5, 5)

The radius of the shadow blur. This controls how soft or sharp the edges of the shadow appear.

Type: Color
Default: Black

The color of the shadow.

Type: Filter
Default: null

The previous filter to apply before the shadow. This allows you to chain multiple filters together.


Type: Filter
Default: null

The filter that applies the shadow effect to the image.