Packages

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

Linear Supertypes
Serializable, Product, Equals, Mode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiRes
  2. Serializable
  3. Product
  4. Equals
  5. Mode
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val backgroundColour: Option[Byte]
  6. def canEqual(that: Any): Boolean
    Definition Classes
    HiRes → Equals
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. 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
  9. def createImage(from: Seq[Seq[Piece]]): CBM

    Converts image pieces into Afterimage's HiRes Mode.

    Converts image pieces into Afterimage's HiRes Mode.

    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

    Definition Classes
    HiResMode
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    HiRes → Equals → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val palette: Palette
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. 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
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Mode

Inherited from AnyRef

Inherited from Any

Ungrouped