toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.bitmap
/
Bitmap8
/
Companion
Companion
object
Companion
Members
Functions
copy
Rect
Link copied to clipboard
fun
copyRect
(
src
:
Bitmap8
,
srcX
:
Int
,
srcY
:
Int
,
dst
:
Bitmap8
,
dstX
:
Int
,
dstY
:
Int
,
width
:
Int
,
height
:
Int
)
invoke
Link copied to clipboard
inline operator
fun
invoke
(
width
:
Int
,
height
:
Int
,
palette
:
RgbaArray
=
RgbaArray(0x100)
,
pixelProvider
:
(
x
:
Int
,
y
:
Int
)
->
Byte
)
:
Bitmap8