Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ lsrepeat(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     lsrepeat(3G)                                         lsrepeat(3G)



NAME
lsrepeat - sets repeat factor for linestyle
SPECIFICATION
C lsrepeat(factor)
long factor;
FORTRAN subroutine lsrepe(factor)
integer*4 factor
DESCRIPTION
lsrepeat sets a repeat factor for the current linestyle.
When a line is drawn, pixels are turned on if there is a 1
in the corresponding position of the linestyle mask. For
example, the mask 0x5555 specifies that alternate pixels are
turned on (assuming the linestyle repeat factor is 1). If
the repeat factor is n, then the 0x5555 pattern above would
draw a line with n bits on and n bits off, alternately. The
valid range of the repeat factor is 1 through 8.
SEE ALSO
getlsrepeat, setlinestyle
Programming Guide, Section 5.1, Linestyles
Page 1 (printed 8/20/87)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026