org.c64.attitude.Afterimage.Mode.Data

Row

package Row

Visibility
  1. Public
  2. All

Type Members

  1. class HiResRow extends Row

    Single hires row (counted as a number of 8x8 character columns) data abstraction providing direct access to the raw hires image bytes.

  2. class MultiColourRow extends Row

    Single multicolour row (counted as a number of 8x8 character columns) data abstraction providing direct access to the raw multicolour image bytes.

  3. trait Row extends AnyRef

    Single image row data abstraction providing direct access to the bitmap and screen colours.

Value Members

  1. object HiResRow extends AnyRef

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

  2. object MultiColourRow extends AnyRef

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

  3. object Row extends AnyRef

    Static methods for cutting out image rows of a given size from the original bitmaps/screens/colours.