object HiRes extends Serializable
Factory for org.c64.attitude.Afterimage.Mode.HiRes instances.
- Alphabetic
- By Inheritance
- HiRes
- Serializable
- 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]): 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
-
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
-
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
-
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
-
def
apply(): HiRes
Creates an empty HiRes image.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
defaultBackground: Int
Default colour of a blank pixel.
-
val
defaultColour: Int
Default colour of a drawn pixel.
-
val
defaultScreenValue: Byte
Default byte value of a HiRes screen data.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
maxHeight: Int
Maximum possible pixel height of a HiRes image.
-
val
maxWidth: Int
Maximum possible pixel width of a HiRes image.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
size: Map[String, Int]
Default size of raw byte arrays comprising a HiRes 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )