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
/
NativeImage
Native
Image
fun
NativeImage
(
width
:
Int
,
height
:
Int
,
premultiplied
:
Boolean
?
=
null
)
:
NativeImage
fun
NativeImage
(
width
:
Int
,
height
:
Int
,
pixels
:
IntArray
,
premultiplied
:
Boolean
?
=
null
)
:
NativeImage
fun
NativeImage
(
width
:
Int
,
height
:
Int
,
pixels
:
RgbaArray
)
:
NativeImage
fun
NativeImage
(
width
:
Int
,
height
:
Int
,
pixels
:
RgbaPremultipliedArray
)
:
NativeImage
fun
NativeImage
(
width
:
Int
,
height
:
Int
,
d
:
Drawable
,
scaleX
:
Double
=
1.0
,
scaleY
:
Double
=
scaleX
)
:
NativeImage
fun
NativeImage
(
d
:
SizedDrawable
,
scaleX
:
Double
=
1.0
,
scaleY
:
Double
=
scaleX
)
:
NativeImage