org.c64.attitude.Afterimage.Mode

HiRes

object HiRes extends Serializable

Factory for HiRes instances.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. HiRes
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(bitmap: Array[Byte], screen: Array[Byte]): HiRes

    Creates a new HiRes image with a given bitmap data and screen colours.

    Creates a new HiRes image with a given bitmap data and screen colours.

    bitmap

    array of 8000 raw bytes with image bitmap data

    screen

    array of 1000 raw bytes with image screen data

  7. def apply(bitmap: Array[Byte], screen: Array[Byte], border: Byte): HiRes

    Creates a new HiRes image with a given bitmap data and screen and border colours.

    Creates a new HiRes image with a given bitmap data and screen and border colours.

    bitmap

    array of 8000 raw bytes with image bitmap data

    screen

    array of 1000 raw bytes with image screen data

    border

    single byte of image border colour

  8. def apply(bitmap: Array[Byte], border: Byte): HiRes

    Creates a new HiRes image with a given bitmap data and border colour.

    Creates a new HiRes image with a given bitmap data and border colour.

    bitmap

    array of 8000 raw bytes with image bitmap data

    border

    single byte of image border colour

  9. def apply(bitmap: Array[Byte]): HiRes

    Creates a new HiRes image with a given bitmap data.

    Creates a new HiRes image with a given bitmap data.

    bitmap

    array of 8000 raw bytes with image bitmap data

  10. def apply(): HiRes

    Creates an empty HiRes image.

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. val defaultBackground: Int

    Default colour of a blank pixel.

  14. val defaultColour: Int

    Default colour of a drawn pixel.

  15. val defaultScreenValue: Byte

    Default byte value of a HiRes screen data.

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val maxHeight: Int

    Maximum possible pixel height of a HiRes image.

  23. val maxWidth: Int

    Maximum possible pixel width of a HiRes image.

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def readResolve(): AnyRef

    Attributes
    protected
  28. val size: Map[String, Int]

    Default size of raw byte arrays comprising a HiRes image.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any