2 JoeyLib Structures
Scott Duensing edited this page 2019-10-17 18:13:43 -05:00

jlColorT

Contains a single palette entry in IIgs format. JoeyLib colors are specified with 4 bit RGB values.

jlPixelPairT

Represents a pair of pixels. On the IIgs, pixels are stored as 4 bit values with two pixels per byte. This structure provides easy access to the left and right pixels.

jlSoundT

The actual contents of this structure changes depending on which platform the application is running on. It is intended to be used as a handle for tracking and playing loaded sound effects.

jlStackT

Stack data type for use with the stack utility functions.

jlStaT

In-memory representation of a static image file.

jlVecT

In-memory representation of a vector image file.