Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun createBlank(width: Int, height: Int): Canvas

Creates a blank (fully transparent) canvas with the given dimensions.

Link copied to clipboard
suspend fun fromImage(name: String): Canvas

Creates a Canvas that has the given image as a background; canvas dimensions match the image.