PixelLocation

data class PixelLocation(val index: Int, val location: Location)

Constructors

Link copied to clipboard
constructor(index: Int, location: Location)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard