qpgraph.hlp (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.
_GetTextColor Function
  Summary Details Example                                   Back
 
  Returns
 
    Integer    Current text color attribute
 
  Description
 
    The _GetTextColor function returns the index (attribute) of the
    current text color. Text color is set only by the _SetTextColor
    procedure and only affects text output generated by the _OutText
    and _OutMem procedures. Use the _SetColor procedure to set the
    color for font-based text generated by the _OutGText procedure.
 
    The default is the highest legal color index of the current
    palette in graphics modes, or 7 in text modes.