Returns full bitmap data of the entire row (with padded values to achieve full-screen width).
Returns full bitmap data of the entire row (with padded values to achieve full-screen width).
byte to fill in padded values with
Returns full screen data of the entire row (with padded values to achieve full-screen width).
Returns full screen data of the entire row (with padded values to achieve full-screen width).
byte to fill in padded values with
Indicates how many bits of data count as a single pixel (for example, in hires mode 1 pixel, whereas in multicolour mode 2 pixels)
Returns serialized row data which can be exported and used conveniently by any external program.
Returns serialized row data which can be exported and used conveniently by any external program.
when flag is set the entire (full-width) row data will be included in the output
Returns source code string which is ready to be compiled by "dreamass" and correctly recognized by a new "Attitude" diskmag engine.
Returns source code string which is ready to be compiled by "dreamass" and correctly recognized by a new "Attitude" diskmag engine.
when flag is set the entire (full-width) row data will be included in the output
Specifies current (maximum) width of row data counted as a number of 8x8 character columns.
Returns number of 8x8 characters in the entire row.
Returns a single separating comment line for use in methods generating source code strings.
Returns offset of the first pixel set in a given bitmap single row data.
Returns offset of the first pixel set in a given bitmap single row data.
up to 320 (divisible by 8) raw bytes of bitmap data
Returns offset of the last pixel set in a given bitmap single row data.
Returns offset of the last pixel set in a given bitmap single row data.
up to 320 (divisible by 8) raw bytes of bitmap data
Returns left margin column as a character offset of the first non-empty 8x8 bits area.
Returns left margin column as an offset of the first pixel set.
Returns number of pixels (with defined "width") in the entire row.
Returns right margin column as a character offset of the last non-empty 8x8 bits area.
Returns right margin column as an offset of the last pixel set.
Single image row data abstraction providing direct access to the bitmap and screen colours.