package Mode
- Alphabetic
- Public
- All
Type Members
-
trait
CBM
extends AnyRef
Generic CBM image data.
-
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
-
class
HiResSlice
extends HiRes
HiRes image slice enables limiting amount of graphic data to a specified part of an original picture.
-
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
-
class
MultiColourSlice
extends MultiColour
MultiColour image slice enables limiting amount of graphic data to a specified part of an original picture.
Value Members
-
object
CBM
Generic CBM image properties.
-
object
HiRes
extends Serializable
Factory for org.c64.attitude.Afterimage.Mode.HiRes instances.
-
object
HiResSlice
extends Serializable
Factory for org.c64.attitude.Afterimage.Mode.HiResSlice instances.
-
object
MultiColour
extends Serializable
Factory for org.c64.attitude.Afterimage.Mode.MultiColour instances.
-
object
MultiColourSlice
extends Serializable
Factory for org.c64.attitude.Afterimage.Mode.MultiColourSlice instances.