Display

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

Constructors

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

Properties

Link copied to clipboard
open override val resolution: Int

Functions

Link copied to clipboard
open override fun copy(): NoHornyImage.Display