Packages

package Row

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

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

  2. object MultiColourRow

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

  3. object Row

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

Ungrouped