create a new row of image data with up to 40 8x8 character columns
create a new row of image data with up to 40 8x8 character columns
up to 320 raw bytes of image bitmap data
up to 40 raw bytes of image screen data
up to 40 raw bytes of image colors data
single byte of background colour
single byte of background colour
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.
up to 40 raw bytes of image colors data
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 bitmap data of the entire row (with padded values to achieve full-screen width).
byte to fill in padded values with (defaults to 0x00)
Returns full colors data of the entire row (with padded values to achieve full-screen width).
Returns full colors 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 (defaults to row background colour)
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 a character offset of the first non-empty 8x8 bits area.
Returns left margin column as an offset of the first pixel set.
Returns left margin column as an offset of the first pixel set.
Indicates how many bits of data count as a single pixel in multicolour mode (2 pixels).
Indicates how many bits of data count as a single pixel in multicolour mode (2 pixels).
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 a character offset of the last non-empty 8x8 bits area.
Returns right margin column as an offset of the last pixel set.
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 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.
Specifies current (maximum) width of row data counted as a number of 8x8 character columns.
Single multicolour row (counted as a number of 8x8 character columns) data abstraction providing direct access to the raw multicolour image bytes.