qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Universal Colors
  MSGraph Contents Index                                    Back
 
  CONST
      { universal color values }
      _Black        = $000000;
      _Blue         = $2a0000;
      _Green        = $002a00;
      _Cyan         = $2a2a00;
      _Red          = $00002a;
      _Magenta      = $2a002a;
      _Brown        = $00152a;
      _White        = $2a2a2a;
      _Gray         = $151515;
      _LightBlue    = $3F1515;
      _LightGreen   = $153f15;
      _LightCyan    = $3f3f15;
      _LightRed     = $15153f;
      _LightMagenta = $3f153f;
      _Yellow       = $153f3f;
      _BrightWhite  = $3f3f3f;
 
  Unit:     MSGraph
 
  Context:  _RemapAllPalette, _RemapPalette, _SetBkColor
 
  Description
 
    The universal color constants represent common values for EGA and
    VGA hardware. The actual range of colors available is much larger.