abstract class Tilerender::Base
- Tilerender::Base
- Reference
- Object
Direct Known Subclasses
Defined in:
interfaces/base.crInstance Method Summary
- #background(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
- #background(x : UInt16, y : UInt16, color : Color) : Void
- #clear : Void
- #dimensions(width : UInt16, height : UInt16) : Void
- #empty(x : UInt16, y : UInt16) : Void
- #flush : Void
- #foreground(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
- #foreground(x : UInt16, y : UInt16, color : Color) : Void
- #hide : Void
- #reset : Void
- #show : Void
- #text(message : String) : Void
- #visible : Bool
Instance Method Detail
abstract
def background(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
#
abstract
def foreground(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
#