Setting foreground colour of pen for figures/linesΒΆ

SetOutlineColor()

Set foreground colour of pen for figures/lines


SYNTAX

SetOutlineColor(window_id, colour)

Set the foreground colour of the pen to be used to draw figures and lines. Any of the available foreground colours may be used.

This function was replaced in Sculptor V. 5 by the SetPenColor() function, which takes an RGB value. SetOutlineColor still works as before, but should be treated as obsolescent.


EXAMPLE

SetOutlineColor(DrawWin, FORE_MAGENTA)
SetOutlineColor(NULL, FORE_GREY)

RELATED TOPICS

Drawing operations

Draw functions