org.c64.attitude.Afterimage.Mode

Data

package Data

Visibility
  1. Public
  2. All

Type Members

  1. case class Bitmap(data: Array[Byte], cols: Int, rows: Int) extends Product with Serializable

    Plain hi-resolution bitmap data of an image.

  2. case class Screen(data: Array[Byte], cols: Int, rows: Int) extends Product with Serializable

    Screen colours data of an image.

Value Members

  1. object Bitmap extends Serializable

    Factory for Bitmap instances.

  2. package Row

  3. object Screen extends Serializable

    Factory for Screen instances.