dutils.sprite

Members

Functions

ReadSpriteFromFile
Sprite ReadSpriteFromFile(immutable(char)[] filename)

ReadSpriteFromFile reads a file in .spr format and outputs a new 'Sprite" object from it.

posfunc
void posfunc(ubyte[] ftext, long main, short exp, long temp, uint i, ubyte j, Point[][] points, uint x)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Color
struct Color

This data structure represents colors in the RGBA format.

Point (from dutils.skeleton)
struct Point via public import dutils.skeleton : Point;
Undocumented in source.
Sprite
struct Sprite

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

Meta

License

GPL-3.0*