class Crayon::Crayon

Defined in:

crayon.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(foreground : String, background : String, *options) #

[View source]

Instance Method Detail

def apply(text) #

[View source]
def background : String #

[View source]
def background=(background : String) #

[View source]
def bold : Bool | String | Nil #

[View source]
def bold=(bold : Bool | String | Nil) #

[View source]
def foreground : String #

[View source]
def foreground=(foreground : String) #

[View source]
def hidden : Bool | String | Nil #

[View source]
def hidden=(hidden : Bool | String | Nil) #

[View source]
def invert : Bool | String | Nil #

[View source]
def invert=(invert : Bool | String | Nil) #

[View source]
def underline : Bool | String | Nil #

[View source]
def underline=(underline : Bool | String | Nil) #

[View source]