korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.bitmap.effect
/
BitmapEffect
/
BitmapEffect
Bitmap
Effect
constructor
(
blurRadius
:
Int
=
0
,
dropShadowX
:
Int
=
0
,
dropShadowY
:
Int
=
0
,
dropShadowRadius
:
Int
=
0
,
dropShadowColor
:
RGBA
=
Colors.BLACK
,
borderSize
:
Int
=
0
,
borderColor
:
RGBA
=
Colors.BLACK
)