toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.bitmap.effect
/
BitmapEffect
Bitmap
Effect
data
class
BitmapEffect
(
var
blurRadius
:
Int
=
0
,
var
dropShadowX
:
Int
=
0
,
var
dropShadowY
:
Int
=
0
,
var
dropShadowRadius
:
Int
=
0
,
var
dropShadowColor
:
RGBA
=
Colors.BLACK
,
var
borderSize
:
Int
=
0
,
var
borderColor
:
RGBA
=
Colors.BLACK
)
Members
Members & Extensions
Constructors
Bitmap
Effect
Link copied to clipboard
constructor
(
blurRadius
:
Int
=
0
,
dropShadowX
:
Int
=
0
,
dropShadowY
:
Int
=
0
,
dropShadowRadius
:
Int
=
0
,
dropShadowColor
:
RGBA
=
Colors.BLACK
,
borderSize
:
Int
=
0
,
borderColor
:
RGBA
=
Colors.BLACK
)
Properties
blur
Radius
Link copied to clipboard
var
blurRadius
:
Int
border
Color
Link copied to clipboard
var
borderColor
:
RGBA
border
Size
Link copied to clipboard
var
borderSize
:
Int
drop
Shadow
Color
Link copied to clipboard
var
dropShadowColor
:
RGBA
drop
Shadow
Radius
Link copied to clipboard
var
dropShadowRadius
:
Int
drop
Shadow
X
Link copied to clipboard
var
dropShadowX
:
Int
drop
Shadow
Y
Link copied to clipboard
var
dropShadowY
:
Int
safe
Border
Link copied to clipboard
val
safeBorder
:
Int
safe
Border
Link copied to clipboard
val
BitmapEffect
?
.
safeBorder
:
Int