case class HiRes(backgroundColour: Option[Byte] = None, palette: Palette = Palette("default")) extends Mode with Product with Serializable
HiRes mode file converter.
- backgroundColour
an arbitrary background colour to appear accross an entire target image data (0x00..0x0f)
- palette
a default colour palette to be used during conversion process
- Alphabetic
- By Inheritance
- HiRes
- Serializable
- Product
- Equals
- Mode
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new HiRes(backgroundColour: Option[Byte] = None, palette: Palette = Palette("default"))
create a new HiRes mode file converter
create a new HiRes mode file converter
- backgroundColour
an arbitrary background colour to appear accross an entire target image data (0x00..0x0f)
- palette
a default colour palette to be used during conversion process
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val backgroundColour: Option[Byte]
- def canEqual(that: Any): Boolean
- Definition Classes
- HiRes → Equals
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def convert(img: ImagePlus): CBM
Validates and converts ImagePlus object into one of Afterimage's
Mode.Validates and converts ImagePlus object into one of Afterimage's
Mode.- img
ImagePlus object
- returns
a new instance of a class derived from
Mode
- Definition Classes
- Mode
- def createImage(from: Seq[Seq[Piece]]): CBM
Converts image pieces into Afterimage's
HiResMode.Converts image pieces into Afterimage's
HiResMode.- from
a two-dimensional array of 8x8 pixels large pieces of image data
- returns
a new instance of org.c64.attitude.Afterimage.Mode.HiRes class
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- HiRes → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val palette: Palette
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def splitInto8x8Pieces(img: ImagePlus): Seq[Seq[Piece]]
Splits picture into 8x8 bit pieces of image data.
Splits picture into 8x8 bit pieces of image data.
- img
ImagePlus object
- returns
a two-dimensional array of 8x8 pixels large pieces of image data
- Definition Classes
- Mode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()