Sha256: 96eb659e350800503a5e2a051b64db0b48c6cd2f61009448e977b14329db9b66

Contents?: true

Size: 777 Bytes

Versions: 22

Compression:

Stored size: 777 Bytes

Contents

COLORIZE OBJECT TYPE
  NAME: colorize
  SHORTCUT: color

  DESCRIPTION
    The Colorize object can be used to write output in color.
    The Colorize container can contain multiple strings, each
    one can have a different color as specified by the names
    of the children.

  CHILDREN
    <color> - string - no default value
      The name of the child or children is the color.
      The string's value is what will be written out.

  MESSAGES
    run - Output the string in the color specified.

  EXAMPLE

    color [can] :
    	w [colorize] :
    		white [string] : This is white!
    	m [colorize] :
    		red [string] : red -
    		green [string] : green -
    		blue [string] : blue
    	on_load [script] :
    		run color.w
    		run color.m

  SEE ALSO
    pastel

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-1.0.0 lib/gloo/help/objs/cli/colorize.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/cli/colorize.txt
gloo-0.8.0 lib/gloo/help/objs/cli/colorize.txt
gloo-0.7.7 lib/gloo/help/objs/cli/colorize.txt
gloo-0.7.6 lib/gloo/help/objs/cli/colorize.txt
gloo-0.7.5 lib/gloo/help/objs/cli/colorize.txt
gloo-0.7.4 lib/gloo/help/objs/cli/colorize.txt
gloo-0.7.3 lib/gloo/help/objs/cli/colorize.txt
gloo-0.7.2 lib/gloo/help/objs/cli/colorize.txt