create an image data representation equivalent to a single CBM 8x8 char area
create an image data representation equivalent to a single CBM 8x8 char area
a two-dimensional 8x8 array of pixel colours
Returns a two-dimensional 8x8 array of pixel colours that was used to initialize this object.
Converts piece data into HiRes image using provided colour palette.
Converts piece data into HiRes image using provided colour palette.
colour palette to be used during conversion process
a tuple of 8 bitmap and 1 screen data bytes
Converts piece data into MultiColour image using provided colour palette and background colour.
Converts piece data into MultiColour image using provided colour palette and background colour.
colour palette to be used during conversion process
background colour of a target image data (0x00..0x0f)
a tuple of 8 bitmap, 1 screen and 1 colour data bytes
Small image piece (8x8 pixels) abstraction.