struct Termbox::DefaultColor

Overview

Default color for the current color mode.

Defined in:

termbox2/color.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Termbox::IColor

|(also also_ : Color::Also) |, also also, for(mode : OutputMode) : UInt32 for, initialize initialize

Constructor methods inherited from struct Termbox::IColor

new new

Constructor Detail

def self.new(also : Termbox::Color::Also = Color::Also::None) #

[View source]

Instance Method Detail

def |(also also_ : Color::Also) #
Description copied from struct Termbox::IColor

Mixes also, an output-mode-independent attribute, into this color.


[View source]
def also : Termbox::Color::Also #
Description copied from struct Termbox::IColor

Returns this color's attribute.


def clone #

[View source]
def copy_with(also _also = @also) #

[View source]
def m256 : Termbox::NormalColor #

[View source]
def normal : Termbox::NormalColor #

[View source]
def truecolor : Termbox::TrueColor #

[View source]