Packages

package Colour

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  2. 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

  1. object Colour extends Serializable

    Factory for org.c64.attitude.Afterimage.Colour.Colour instances.

  2. object Palette extends Serializable

    Factory for org.c64.attitude.Afterimage.Colour.Palette instances.

Ungrouped