module TerminalRender::Color
Extended Modules
Defined in:
render/terminal.crInstance Method Summary
- #center(text : String, width : Int)
- #color(text : String)
- #ljust(text : String, width : Int)
- #lookup(type : String, color : String)
- #rjust(text : String, width : Int)
- #size(text : String)
- #wrap(text : String, width : Int)