Companion

object Companion

Functions

Link copied to clipboard
fun copyRect(src: Bitmap8, srcX: Int, srcY: Int, dst: Bitmap8, dstX: Int, dstY: Int, width: Int, height: Int)
Link copied to clipboard
inline operator fun invoke(width: Int, height: Int, palette: RgbaArray = RgbaArray(0x100), pixelProvider: (x: Int, y: Int) -> Byte): Bitmap8