module BLine::Colors

Direct including types

Defined in:

beeline/colors.cr

Constant Summary

COLORS = ["black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "twofiftysix", "clear"] of ::String
LAYERS = ["nolayer0", "nolayer1", "nolayer2", "fore", "back"] of ::String

Instance Method Summary

Instance Method Detail

def back(color : Color) #

[View source]
def color_escape_code(layer : Layer, color : Color) #

[View source]
def fore(color : Color) #

[View source]
def nolayer0(color : Color) #

[View source]
def nolayer1(color : Color) #

[View source]
def nolayer2(color : Color) #

[View source]