Let's paint those bikesheds^Werror messages!
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 27 11:42:45 PDT 2017
On Tuesday, 27 June 2017 at 18:41:00 UTC, Random D user wrote:
> What ever you do, please don't use extreme high intensity
> colors like red(255,0,0), green (0,255,0) or blue (0,0,255).
That's up to the terminal (or your configuration of it). Without
making many assumptions, console applications are limited to 16
symbolic colors, with their exact values depending on the
OS/terminal/configuration.
More information about the Digitalmars-d
mailing list