class Tilerender::CommandLine
- Tilerender::CommandLine
- Tilerender::Base
- Reference
- Object
Defined in:
interfaces/command_line.crConstant Summary
-
Clear =
"\e[0m"
-
Reset =
"\e[H\e[J\e[3J"
Constructors
Instance 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
- #height : UInt16
- #reset : Void
- #text(message : String) : Void
- #width : UInt16
Instance methods inherited from class Tilerender::Base
background(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Voidbackground(x : UInt16, y : UInt16, color : Color) : Void background, clear : Void clear, dimensions(width : UInt16, height : UInt16) : Void dimensions, empty(x : UInt16, y : UInt16) : Void empty, flush : Void flush, foreground(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
foreground(x : UInt16, y : UInt16, color : Color) : Void foreground, hide : Void hide, reset : Void reset, show : Void show, text(message : String) : Void text, visible : Bool visible
Constructor Detail
Instance Method Detail
def background(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
#
def foreground(x : UInt16, y : UInt16, red : UInt8, green : UInt8, blue : UInt8) : Void
#