package Colour
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
Colour
(red: Byte, green: Byte, blue: Byte, name: Option[String]) extends Product with Serializable
Simple RGB colour abstraction with additional colour comparison methods.
Simple RGB colour abstraction with additional colour comparison methods.
- red
red component
- green
green component
- blue
blue component
- name
optional name
-
case class
Palette
(colours: Array[Colour]) extends Product with Serializable
Colour palette which maps C64 colours from/to RGB colours.
Colour palette which maps C64 colours from/to RGB colours.
- colours
definition of 16 colour mappings (C64 from/to RGB)
Value Members
-
object
Colour
extends Serializable
Factory for org.c64.attitude.Afterimage.Colour.Colour instances.
-
object
Palette
extends Serializable
Factory for org.c64.attitude.Afterimage.Colour.Palette instances.