delorie.com/archives/browse.cgi | search |
Date: | Fri, 8 Aug 1997 08:00:06 -0400 (EDT) |
Message-Id: | <199708081200.IAA07344@delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | tudor AT cam DOT org |
CC: | djgpp AT delorie DOT com |
In-reply-to: | <33EA937E.7391@cam.org> (message from Vic on Thu, 07 Aug 1997 |
23:33:18 -0400) | |
Subject: | Re: mistake in COLOR enum in conio.h |
> LIGHTGRAY is in the DARK colors and DARKGRAY is in the LIGHT ones! > > enum COLORS { > /* dark colors */ > <snip> > LIGHTGRAY, > /* light colors */ > DARKGRAY, > <snip> > }; That's because LIGHTGRAY is really dark white, and DARKGREY is really light black, as far as the hardware is concerned.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |