Sprite

Struct Sprite: This data structure represents a sprite that would be painted over a face from dutils:skeleton

Members

Functions

opAssign
void opAssign(Sprite rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

colors
Color[] colors;

Sprite.colors is the array of colors that are used within the Sprite.

points
Point[][] points;

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

Meta