Method code for $cml_color.fmt_colors()

[Turn off line numbering]
  1: var c, out;
  2: 
  3: out = ["COLOR        RGB     ANSI"];
  4: for c in (colors)
  5:     out += [strfmt("%12s #%6l %3l", c[1], @c[2])];
  6: return out;

// Created 13-May-1997 as a part of ColdCore, see: @help Credit

Tlon