Page:
JoeyLib Structures
Pages
Build Server Virtual Machine
Installation
Joey Projects Status
JoeyLib API
JoeyLib Concepts
JoeyLib Data Types
JoeyLib Definitions
JoeyLib Display Functions
JoeyLib Drawing Functions
JoeyLib Enumerations
JoeyLib Formats
JoeyLib Gamepad Functions
JoeyLib Keyboard Functions
JoeyLib Memory Functions
JoeyLib Palette Functions
JoeyLib Sound Functions
JoeyLib Static Image Functions
JoeyLib Structures
JoeyLib Utility Functions
JoeyLib Vector Image Functions
Special Thanks
home
No results
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 l
eft and r
ight 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.