module
Colorize::ObjectExtensions
Direct including types
Defined in:
colorize.crInstance Method Summary
-
#colorize(r : UInt8, g : UInt8, b : UInt8)
Wraps
selfin aColorize::Objectand colors it with the givenColorRGBmade up from the givenred,green andblue values. -
#colorize(fore : UInt8)
Wraps
selfin aColorize::Objectand colors it with the givenColor256made up from the singlefore byte. -
#colorize(fore : Symbol)
Wraps
selfin aColorize::Objectand colors it with the givenfore color. -
#colorize(fore : Color)
Wraps
selfin aColorize::Objectand colors it with the givenforeColor. -
#colorize : Colorize::Object
Turns
selfinto aColorize::Object.
Instance Method Detail
Wrapsself in aColorize::Object and colors it with the givenColorRGB made
up from the givenred,green andblue values.
Wrapsself in aColorize::Object and colors it with the givenColor256
made up from the singlefore byte.