Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun BitMatrix.toImageBitmap(scale: Int = 8, quietZone: Int = 4, dark: Color = Color.Black, light: Color = Color.White): ImageBitmap
Rasterises this matrix into an ImageBitmap. Useful for Image(bitmap = ...), sharing, or saving. scale is pixels per module.