Pixels

data class Pixels(val image: DrawImage) : ImageSource(source)

Uses one immutable caller-provided pixel snapshot.

Constructors

Link copied to clipboard
constructor(image: DrawImage)

Properties

Link copied to clipboard

immutable source pixels retained without copying.