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 Enumerations

Last edited by Scott Duensing Sep 06, 2018
Page history

JoeyLib Enumerations

jlBorderColorsE

List of valid border colors. The border color palette on the Apple IIgs is fixed. JoeyLib uses these colors on all platforms.

BORDER_BLACK       =  0,
BORDER_DEEP_RED    =  1,
BORDER_DEEP_BLUE   =  2,
BORDER_PURPLE      =  3,
BORDER_DARK_GREEN  =  4,
BORDER_DARK_GRAY   =  5,
BORDER_MEDIUM_BLUE =  6,
BORDER_LIGHT_BLUE  =  7,
BORDER_BROWN       =  8,
BORDER_ORANGE      =  9,
BORDER_LIGHT_GRAY  = 10,
BORDER_PINK        = 11,
BORDER_GREEN       = 12,
BORDER_YELLOW      = 13,
BORDER_AQUAMARINE  = 14,
BORDER_WHITE       = 15
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