Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-cssom-core
/
web.cssom
/
dropShadow
drop
Shadow
web
inline
fun
dropShadow
(
offsetX
:
Length
,
offsetY
:
Length
)
:
FilterFunction
(
source
)
inline
fun
dropShadow
(
offsetX
:
Length
,
offsetY
:
Length
,
blurRadius
:
Length
)
:
FilterFunction
(
source
)
inline
fun
dropShadow
(
offsetX
:
Length
,
offsetY
:
Length
,
blurRadius
:
Length
,
color
:
Color
)
:
FilterFunction
(
source
)