Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • joeylib joeylib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Public Skunkworks
  • joeylibjoeylib
  • Wiki
  • JoeyLib Structures

Last edited by Scott Duensing Oct 17, 2019
Page history

JoeyLib Structures

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.

Clone repository
  • Installation
  • 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
View All Pages