Packages

package Mode

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package Data

Type Members

  1. trait CBM extends AnyRef

    Generic CBM image data.

  2. case class HiRes(bitmap: Bitmap, screen: Option[Screen], border: Option[Byte]) extends CBM with Product with Serializable

    HiRes image data abstraction providing convenient access to the bitmap and screen colours.

    HiRes image data abstraction providing convenient access to the bitmap and screen colours.

    bitmap

    plain hi-resolution bitmap data of an image

    screen

    optional screen colours data of an image

    border

    optional single byte of image border colour

  3. class HiResSlice extends HiRes

    HiRes image slice enables limiting amount of graphic data to a specified part of an original picture.

  4. case class MultiColour(bitmap: Bitmap, screen: Screen, colors: Screen, border: Option[Byte], bckgrd: Byte) extends CBM with Product with Serializable

    MultiColour image data abstraction providing convenient access to the bitmap and screen colours.

    MultiColour image data abstraction providing convenient access to the bitmap and screen colours.

    bitmap

    plain hi-resolution bitmap data of an image

    screen

    screen portion of colours data of an image

    colors

    colors portion of colours data of an image

    border

    optional single byte of image border colour

    bckgrd

    single byte of image background colour

  5. class MultiColourSlice extends MultiColour

    MultiColour image slice enables limiting amount of graphic data to a specified part of an original picture.

Value Members

  1. object CBM

    Generic CBM image properties.

  2. object HiRes extends Serializable

    Factory for org.c64.attitude.Afterimage.Mode.HiRes instances.

  3. object HiResSlice extends Serializable

    Factory for org.c64.attitude.Afterimage.Mode.HiResSlice instances.

  4. object MultiColour extends Serializable

    Factory for org.c64.attitude.Afterimage.Mode.MultiColour instances.

  5. object MultiColourSlice extends Serializable

    Factory for org.c64.attitude.Afterimage.Mode.MultiColourSlice instances.

Ungrouped