toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.bitmap
/
Bitmap32
/
Bitmap32
Bitmap32
constructor
(
width
:
Int
,
height
:
Int
,
value
:
RGBA
)
constructor
(
width
:
Int
,
height
:
Int
,
value
:
RgbaArray
)
constructor
(
width
:
Int
,
height
:
Int
,
generator
:
(
x
:
Int
,
y
:
Int
)
->
RGBA
)
constructor
(
width
:
Int
,
height
:
Int
,
ints
:
IntArray
=
IntArray(width * height)
,
premultiplied
:
Boolean
=
true
)