com.github.pawelkrol.Afterimage.Format.Config.MultiColour.scala Maven / Gradle / Ivy
The newest version!
package com.github.pawelkrol.Afterimage
package Format.Config
/** Memory configuration of multicolour file format used to extract image data from file data bytes. */
trait MultiColour extends Offset {
/** Memory offset of the screen data bytes. */
val screen: Int
/** Memory offset of the colors data bytes. */
val colors: Int
/** Memory offset of the background colour. */
val bckgrd: Int
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy