struct Termbox::DefaultColor
- Termbox::DefaultColor
- Termbox::IColor
- Struct
- Value
- Object
Overview
Default color for the current color mode.
Defined in:
termbox2/color.crConstructors
Instance Method Summary
-
#|(also also_ : Color::Also)
Mixes also, an output-mode-independent attribute, into this color.
-
#also : Termbox::Color::Also
Returns this color's attribute.
- #clone
- #copy_with(also _also = @also)
- #m256 : Termbox::NormalColor
- #normal : Termbox::NormalColor
- #truecolor : Termbox::TrueColor
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
Instance Method Detail
def |(also also_ : Color::Also)
#
Description copied from struct Termbox::IColor
Mixes also, an output-mode-independent attribute, into this color.
def also : Termbox::Color::Also
#
Description copied from struct Termbox::IColor
Returns this color's attribute.