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 given red, green and blue values.
- 
        #colorize(fore : UInt8)
        
          Wraps selfin aColorize::Objectand colors it with the givenColor256made up from the single fore byte.
- 
        #colorize(fore : Symbol)
        
          Wraps selfin aColorize::Objectand colors it with the given fore color.
- 
        #colorize(fore : Color)
        
          Wraps selfin aColorize::Objectand colors it with the given foreColor.
- 
        #colorize : Colorize::Object
        
          Turns selfinto aColorize::Object.
Instance Method Detail
Wraps self in a Colorize::Object and colors it with the given ColorRGB 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.