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.sdf
/
NewSDF
/
process
process
fun
process
(
bmp
:
Bitmap32
,
maxSide
:
Int
=
kotlin.math.max(bmp.width, bmp.height)
,
buffer
:
Int
=
maxSide divCeil 8
,
radius
:
Int
=
maxSide divCeil 3
,
cutoff
:
Double
=
0.5
)
:
NewSDF.Result