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
/
Bitmap32
/
Bitmap32
Bitmap32
constructor
(
width
:
Int
,
height
:
Int
,
ints
:
IntArray
=
IntArray(width * height)
,
premultiplied
:
Boolean
=
true
)
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
)