toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.color
/
decode
decode
fun
ColorFormat
.
decode
(
data
:
ByteArray
,
dataOffset
:
Int
,
out
:
RgbaArray
,
outOffset
:
Int
,
size
:
Int
,
littleEndian
:
Boolean
=
true
)
fun
ColorFormat
.
decode
(
data
:
ByteArray
,
dataOffset
:
Int
=
0
,
size
:
Int
=
(data.size / bytesPerPixel).toInt()
,
littleEndian
:
Boolean
=
true
)
:
RgbaArray