enum

TextUi::ColorMode

Inherits Enum / Comparable / Value / Object

Constants

Current = 0
Normal = 1
Just256Colors = 2
Just216Colors = 3
Grayscale = 4

Instance methods

current?

Returns true if this enum value equals Current

Source
grayscale?

Returns true if this enum value equals Grayscale

Source
just216_colors?

Returns true if this enum value equals Just216Colors

Source
just256_colors?

Returns true if this enum value equals Just256Colors

Source
normal?

Returns true if this enum value equals Normal

Source