PRB: SET COLOR TO Results in Differing Shades of GrayLast reviewed: June 1, 1996Article ID: Q114791 |
The information in this article applies to:
SYMPTOMSThe default desktop color is a different shade of gray than the default color pair displayed for scheme 1 in FoxPro for Macintosh.
CAUSEThis behavior occurs because the default color set is actually using an RGB value for the color information. The color pair listing returned by scheme(1) returns information in color pair letters, which are an approximation of the current RGB settings. The SET COLOR TO n/w* command uses a different set of RGB values to represent gray.
RESOLUTIONTo restore the default desktop color programmatically, issue the following commands:
SET COLOR TO CLEARFor more precise control over the colors, use RGB values instead of color pairs.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about color schemes and color pairs, see the SET COLOR commands in the "Language Reference."
|
Additional reference words: VFoxMac 3.00b FoxMac 2.50b 2.50c colorset grey
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |