-
Notifications
You must be signed in to change notification settings - Fork 0
graphics.palettes.wren
clsource edited this page Nov 16, 2020
·
6 revisions
Different palettes for usage within games.
- Example:
import "domepunk/graphics/palettes" for Palettes
- Since: 1.0.0
The standard DOME palette
- Since: 1.0.0
- 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
Based on https://lospec.com/palette-list/1bit-monitor-glow
- Since: 1.0.0
- 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
- 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
- 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
- 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
Contains all the palettes
- Since: 1.0.0
- Signature: static onebitmonitor -> OneBitMonitor
- Signature: static tic -> TIC
- Signature: static pico -> Pico
- Signature: static gbcrt -> GBCrt
- Signature: static dome -> DOME
- Signature: static all -> List