- qspec.get_rgb_print_command ( r , g , b )[source]
-
- Parameters:
-
- rint_like
The fraction of red (0-255).
- gint_like
The fraction of green (0-255).
- bint_like
The fraction of blue (0-255).
- Returns:
-
- outstr
The command str to print rgb colors in the console.