korlibs
Toggle table of contents
6.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.awt
/
cloneIfRequired
clone
If
Required
jvm
fun
BufferedImage
.
cloneIfRequired
(
width
:
Int
=
this.width
,
height
:
Int
=
this.height
,
type
:
Int
=
AWT_INTERNAL_IMAGE_TYPE_PRE
)
:
BufferedImage