API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceDropShadowFilterOptions

@codexo/exojs / rendering / stable

Construction-time options for a DropShadowFilter.

6
props
0
methods
0
events
Import
import { DropShadowFilterOptions } from '@codexo/exojs'

Construction-time options for a DropShadowFilter.

Properties6
blur?: number
Softness: the Gaussian standard deviation the silhouette is blurred by, in logical units - the same quantity BlurFilterOptions.strength takes. Default 2.
offsetX?: number
Shadow offset along x in LOGICAL units. Default 4.
offsetY?: number
Shadow offset along y in LOGICAL units. Default 4.
quality?: number
Tap cap for that blur, see BlurFilterOptions.quality. Derived when omitted.
shadowOnly?: boolean
Draw only the shadow and leave the source out. Default false.
Source