class Tilerender::TCP
- Tilerender::TCP
- Tilerender::Base
- Reference
- Object
Defined in:
interfaces/tcp.crConstant Summary
-
COLORIZE_BYTES =
Bytes.new(8)
-
DIMENSION_BYTES =
Bytes.new(5, Command::UpdateDimensions.value)
-
EMPTY_BYTES =
Bytes.new(5, Command::Empty.value)
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
- #close_connection : 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
- #reset : Void
- #show
- #text(message : String) : Void
- #toggle_lines : Void
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
#