Sprite.points

Sprite.points is a two-demensional array of the points corresponding to each color.

struct Sprite
Point[][] points;

Meta