toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
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