Display

data class Display(val resolution: Int, val processors: Map<ImmutablePoint, NoHornyImage.Processor>) : NoHornyImage

Constructors

Link copied to clipboard
constructor(resolution: Int, processors: Map<ImmutablePoint, NoHornyImage.Processor>)

Properties

Link copied to clipboard
open override val resolution: Int