struct ColorPair

Defined in:

wif/frontend.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fg : Color, bg : Color) #

[View source]

Instance Method Detail

def bg : Color #

[View source]
def bg=(bg : Color) #

[View source]
def fg : Color #

[View source]
def fg=(fg : Color) #

[View source]
def invert #

[View source]
def invert! #

[View source]