graphics.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.
_setcolor
◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
The _setcolor function sets the current color index to <color>.
The <color> parameter is masked but always within range. The
_arc, _ellipse, _floodfill, _lineto, _outgtext, _pie, _rectangle,
and _setpixel functions use the current color.
The _setcolor function accepts an int value as an argument. It is
a color index.
The default color index is the highest numbered color in the
current palette.
Note that the _setcolor function does not affect the output of the
presentation-graphics functions.
Return Value
This function returns the previous color. If the function fails
(e.g., if used in text mode), it returns -1.
-♦-