SortablePixel

data class SortablePixel(val finalLocation: Int, val currentLocation: Int, val color: Int)

Tracks the final location, current location, and color of a 'pixel' being sorted

Constructors

Link copied to clipboard
constructor(finalLocation: Int, currentLocation: Int, color: Int)

Properties

Link copied to clipboard
val color: Int
Link copied to clipboard
Link copied to clipboard