| void show ([string text = ""]) | const function |
Prints information about the Color to standard output.
If text is not the empty string, prints text on a
line of its own. Otherwise, it prints "Color:". Then it prints
name, use_name, red_part, green_part, and
blue_part.
|