module Colorize::ObjectExtensions
Direct including types
Defined in:
colorize.crInstance Method Summary
-
#colorize(r : UInt8, g : UInt8, b : UInt8)
Wraps
self
in aColorize::Object
and colors it with the givenColor256
made up from the given red, green and blue values. -
#colorize(fore : UInt8)
Wraps
self
in aColorize::Object
and colors it with the givenColor256
made up from the single fore byte. -
#colorize(fore : Symbol)
Wraps
self
in aColorize::Object
and colors it with the given fore color. -
#colorize(fore : Color)
Wraps
self
in aColorize::Object
and colors it with the given foreColor
. -
#colorize : Colorize::Object
Turns
self
into aColorize::Object
.
Instance Method Detail
Wraps self
in a Colorize::Object
and colors it with the given Color256
made
up from the given red, green and blue values.
Wraps self
in a Colorize::Object
and colors it with the given Color256
made up from the single fore byte.
Wraps self
in a Colorize::Object
and colors it with the given fore color.
Wraps self
in a Colorize::Object
and colors it with the given fore Color
.