littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
Pixmap
/
Pixmap
Pixmap
fun
Pixmap
(
width
:
Int
,
height
:
Int
,
pixels
:
ByteBuffer
=
createByteBuffer(width * height * 4)
)