- qspec.print_colored ( specifier , * values , returned = False , ** kwargs )[source]
Print with the specified color.
- Parameters:
-
- specifierNone
str of the color name defined in the COLORS class or an RGB-value (0-255, 0-255, 0-255).
- valuesNone
The values to print.
- returnedNone
Return the str instead of printing it.
- kwargsNone
See print().
- Returns:
-
- outNone