toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.bitmap
/
BitmapIndexed
/
BitmapIndexed
Bitmap
Indexed
constructor
(
bpp
:
Int
,
width
:
Int
,
height
:
Int
,
bytes
:
ByteArray
=
ByteArray(width * height / (8 / bpp))
,
palette
:
RgbaArray
=
RgbaArray(1 shl bpp)
)