littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
PixmapSlice
/
PixmapSlice
Pixmap
Slice
fun
PixmapSlice
(
pixmap
:
Pixmap
,
x
:
Int
=
0
,
y
:
Int
=
0
,
width
:
Int
=
pixmap.width
,
height
:
Int
=
pixmap.height
)