package Row
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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.
- 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.
- trait Row extends AnyRef
Single image row data abstraction providing direct access to the bitmap and screen colours.
Value Members
- object HiResRow
Factory for org.c64.attitude.Afterimage.Mode.Data.Row.HiResRow instances.
- object MultiColourRow
Factory for org.c64.attitude.Afterimage.Mode.Data.Row.MultiColourRow instances.
- object Row
Static methods for cutting out image rows of a given size from the original bitmaps/screens/colours.