class ChalkBox::Base
- ChalkBox::Base
- Reference
- Object
Defined in:
chalk_box/base.crConstructors
Instance Method Summary
- #bgBlack
- #bgBlack(*args)
- #bgBlue
- #bgBlue(*args)
- #bgCyan
- #bgCyan(*args)
- #bgDarkGray
- #bgDarkGray(*args)
- #bgDarkGrey
- #bgDarkGrey(*args)
- #bgGray
- #bgGray(*args)
- #bgGreen
- #bgGreen(*args)
- #bgGrey
- #bgGrey(*args)
- #bgLightBlue
- #bgLightBlue(*args)
- #bgLightCyan
- #bgLightCyan(*args)
- #bgLightGray
- #bgLightGray(*args)
- #bgLightGreen
- #bgLightGreen(*args)
- #bgLightGrey
- #bgLightGrey(*args)
- #bgLightMagenta
- #bgLightMagenta(*args)
- #bgLightRed
- #bgLightRed(*args)
- #bgLightYellow
- #bgLightYellow(*args)
- #bgMagenta
- #bgMagenta(*args)
- #bgRed
- #bgRed(*args)
- #bgWhite
- #bgWhite(*args)
- #bgYellow
- #bgYellow(*args)
- #black
- #black(*args)
- #blink
- #blink(*args)
- #blue
- #blue(*args)
- #bold
- #bold(*args)
- #bright
- #bright(*args)
- #cyan
- #cyan(*args)
- #dark_gray
- #dark_gray(*args)
- #dark_grey
- #dark_grey(*args)
- #dim
- #dim(*args)
- #gray
- #gray(*args)
- #green
- #green(*args)
- #grey
- #grey(*args)
- #hidden
- #hidden(*args)
- #light_blue
- #light_blue(*args)
- #light_cyan
- #light_cyan(*args)
- #light_gray
- #light_gray(*args)
- #light_green
- #light_green(*args)
- #light_grey
- #light_grey(*args)
- #light_magenta
- #light_magenta(*args)
- #light_red
- #light_red(*args)
- #light_yellow
- #light_yellow(*args)
- #magenta
- #magenta(*args)
- #red
- #red(*args)
- #reset
- #reset(*args)
- #reverse
- #reverse(*args)
- #styles
- #underline
- #underline(*args)
- #white
- #white(*args)
- #yellow
- #yellow(*args)
Constructor Detail
def self.new(buffer : Array(Array(String)) = [] of Buffer, enable : Bool | ChalkBox::Supports = Supports.new)
#