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.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