toggle menu
animatedledstrip-core
1.0.5
common
switch theme
search in API
animatedledstrip-core
/
animatedledstrip.animations
/
SortablePixel
Sortable
Pixel
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
Members
Constructors
Sortable
Pixel
Link copied to clipboard
constructor
(
finalLocation
:
Int
,
currentLocation
:
Int
,
color
:
Int
)
Properties
color
Link copied to clipboard
val
color
:
Int
current
Location
Link copied to clipboard
val
currentLocation
:
Int
final
Location
Link copied to clipboard
val
finalLocation
:
Int