Skip to content

graphics.palettes.wren

clsource edited this page Dec 31, 2020 · 6 revisions

Palettes

Different palettes for usage within games.

  • Example:
import "domepunk/graphics/palettes" for Palettes
  • Since: 1.0.0

Contains all the palettes

  • Since: 1.0.0

API

  • Signature: static dome -> DOME
  • Signature: static onebitmonitor -> OneBitMonitor
  • Signature: static tic -> TIC
  • Signature: static pico -> Pico
  • Signature: static gbcrt -> GBCrt
  • Signature: static nokia-> Nokia
  • Signature: static all -> List

The standard DOME palette

  • Since: 1.0.0

API

  • Signature: static none -> Color.none
  • Signature: static black -> Color
  • Signature: static darkblue -> Color
  • Signature: static purple -> Color
  • Signature: static darkpurple -> Color
  • Signature: static darkgreen -> Color
  • Signature: static brown -> Color
  • Signature: static darkgrey -> Color
  • Signature: static lightgrey -> Color
  • Signature: static white -> Color
  • Signature: static red -> Color
  • Signature: static orange -> Color
  • Signature: static yellow -> Color
  • Signature: static green -> Color
  • Signature: static blue -> Color
  • Signature: static indigo -> Color
  • Signature: static pink -> Color
  • Signature: static peach -> Color
  • Signature: static all -> List

Based on https://lospec.com/palette-list/1bit-monitor-glow

  • Since: 1.0.0

API

  • Signature: static none -> Color.none
  • Signature: static black -> Color
  • Signature: static white -> Color
  • Signature: static all -> List

Based on https://itch.io/jam/nokiajam3

  • Since: 1.0.0

API

  • Signature: static none -> Color.none
  • Signature: static black -> Color
  • Signature: static white -> Color
  • Signature: static all -> List

Based on https://github.com/nesbox/TIC-80/wiki/palette

  • Since: 1.0.0

API

  • Signature: static none -> Color.none
  • Signature: static black -> Color
  • Signature: static purple -> Color
  • Signature: static red -> Color
  • Signature: static orange -> Color
  • Signature: static yellow -> Color
  • Signature: static lightgreen -> Color
  • Signature: static green -> Color
  • Signature: static darkgreen -> Color
  • Signature: static darkblue -> Color
  • Signature: static blue -> Color
  • Signature: static lightblue -> Color
  • Signature: static cyan -> Color
  • Signature: static white -> Color
  • Signature: static lightgrey -> Color
  • Signature: static grey -> Color
  • Signature: static darkgrey -> Color
  • Signature: static all -> List

Based on https://pico-8.fandom.com/wiki/Palette

  • Since: 1.0.0

API

  • Signature: static none -> Color.none
  • Signature: static black -> Color
  • Signature: static darkblue -> Color
  • Signature: static darkpurple -> Color
  • Signature: static darkgreen -> Color
  • Signature: static brown -> Color
  • Signature: static darkgrey -> Color
  • Signature: static lightgrey -> Color
  • Signature: static white -> Color
  • Signature: static red -> Color
  • Signature: static orange -> Color
  • Signature: static yellow -> Color
  • Signature: static green -> Color
  • Signature: static blue -> Color
  • Signature: static lavender -> Color
  • Signature: static pink -> Color
  • Signature: static lightpeach -> Color
  • Signature: static all -> List

Based on https://lospec.com/palette-list/crtgb

  • Since: 1.0.0

API

  • Signature: static none -> Color.none
  • Signature: static black -> Color
  • Signature: static green -> Color
  • Signature: static lightgreen -> Color
  • Signature: static yellow -> Color
  • Signature: static all -> List
Clone this wiki locally