object MultiColour extends Serializable
Factory for org.c64.attitude.Afterimage.Mode.MultiColour instances.
- Alphabetic
- By Inheritance
- MultiColour
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- def apply(bitmap: Array[Byte], screen: Array[Byte], colors: Array[Byte], bckgrd: Byte): MultiColour
Creates a new MultiColour image with a given bitmap data and screen and background colours.
Creates a new MultiColour image with a given bitmap data and screen and background colours.
- bitmap
array of 8000 raw bytes with image bitmap data
- screen
array of 1000 raw bytes with image screen data
- colors
array of 1000 raw bytes with image colors data
- bckgrd
single byte of image background colour
- def apply(bitmap: Array[Byte], screen: Array[Byte], colors: Array[Byte], bckgrd: Byte, border: Byte): MultiColour
Creates a new MultiColour image with a given bitmap data and screen, background and border colours.
Creates a new MultiColour image with a given bitmap data and screen, background and border colours.
- bitmap
array of 8000 raw bytes with image bitmap data
- screen
array of 1000 raw bytes with image screen data
- colors
array of 1000 raw bytes with image colors data
- bckgrd
single byte of image background colour
- border
single byte of image border colour
- def apply(): MultiColour
Creates an empty MultiColour image.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxHeight: Int
Maximum possible pixel height of a MultiColour image.
- val maxWidth: Int
Maximum possible pixel width of a MultiColour image.
- 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 size: Map[String, Int]
Default size of raw byte arrays comprising a MultiColour image.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()