module TerminalRender::Color

Extended Modules

Defined in:

render/terminal.cr

Instance Method Summary

Instance Method Detail

def center(text : String, width : Int) #

[View source]
def color(text : String) #

[View source]
def ljust(text : String, width : Int) #

[View source]
def lookup(type : String, color : String) #

[View source]
def rjust(text : String, width : Int) #

[View source]
def size(text : String) #

[View source]
def wrap(text : String, width : Int) #

[View source]