Struct Sprite: This data structure represents a sprite that would be painted over a face from dutils:skeleton
Sprite.colors is the array of colors that are used within the Sprite.
Sprite.points is a two-demensional array of the points corresponding to each color.
See Implementation
Struct Sprite: This data structure represents a sprite that would be painted over a face from dutils:skeleton