PixelLocation

data class PixelLocation(val x: Int, val y: Int, val opacity: Double) : Comparable<PixelLocation>

Constructors

Link copied to clipboard
constructor(section: YamlObject)
constructor(x: Int, y: Int, opacity: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: PixelLocation): Int
Link copied to clipboard
operator fun plus(other: PixelLocation): PixelLocation