Colorize::ObjectExtensions
Instance methods
Wraps self in a Colorize::Object and colors it with the given ColorRGB made
up from the given red, green and blue values.
colorize(fore : UInt8)
Wraps self in a Colorize::Object and colors it with the given Color256
made up from the single fore byte.
colorize(fore : Symbol)
Wraps self in a Colorize::Object and colors it with the given fore color.
colorize(fore : Color)
Wraps self in a Colorize::Object and colors it with the given fore Color.