Module ilda::animation [] [src]

This module presents a higher-level representation of data read from ILDA files, organizing the data into "frames". Frames contain points. It's a simple representation that doesn't expose color palettes, indexed colors, and so forth.

Structs

Animation

An animation is comprised of one or more frames.

AnimationFrameIterator

Iterator over all the frames in the animation.

AnimationPointIterator

Iterator over all the points from all of the frames in the animation.

Frame

A single frame of animation, comprised of many points.

FramePointIterator

Iterator over all of the points in a single frame.

Functions

ilda_entry_to_point

Convert an IldaEntry containing a point into a respective animation point. Color palettes and headers will return errors.