PixelModificationLists

data class PixelModificationLists(setLists: List<List<Int>>, revertLists: List<List<Int>>)

A list of PixelsToModify for an animation. A separate class was created so it can be saved in a map without worrying about type erasure and so the PixelsToModify instances can be created easily.

setLists and revertLists should have the same size.

Constructors

Link copied to clipboard
constructor(setLists: List<List<Int>>, revertLists: List<List<Int>>)

Properties

Link copied to clipboard
Link copied to clipboard