up to 320 raw bytes of image bitmap data
Returns number of 8x8 characters in the entire row.
Returns number of 8x8 characters in the entire row.
Returns a single separating comment line for use in methods generating source code strings.
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 full bitmap 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).
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.
Indicates how many bits of data count as a single pixel in hires mode (1 pixel).
Returns number of pixels (with defined "width") in the entire row.
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.
up to 40 raw bytes of image screen data
Returns serialized row data which can be exported and used conveniently by any external program.
Returns the new single hires row composed from the original row with a horizontally shifted content.
Returns the new single hires row composed from the original row with a horizontally shifted content.
value of horizontal data shift counted as a number of 8x8 character columns (positive for shifting to the right, and negative for shifting to the left)
fill value of newly created empty screen bytes (defaults to 0x00)
fill value of newly created empty bitmap bytes (defaults to 0x00)
Returns source code string which is ready to be compiled by "dreamass" and correctly recognized by a new "Attitude" diskmag engine.
Specifies current (maximum) width of row data counted as a number of 8x8 character columns.
Single hires row (counted as a number of 8x8 character columns) data abstraction providing direct access to the raw hires image bytes.