getlsbackup() — Silicon Graphics
NAME
getlsbackup − returns the state of the linestyle backup mode
SPECIFICATION
C
Boolean getlsbackup()
FORTRAN
logical function getlsb()
Pascal
function getlsbackup: longint;
DESCRIPTION
getlsbackup returns the current value of the linestyle backup flag. TRUE (1) indicates lsbackup is on, and the last three pixels of a line are colored regardless of the linestyle pattern. FALSE (0) indicates lsbackup is off and the pattern determines the state of all the pixels in the line.
SEE ALSO
lsbackup IRIS Graphics Programming, Section 5.1, Linestyles
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987