DCL:GRPH1:SWPACK: Machine-Dependent Routines:Explanation of Subroutines: Graphics Routines
Sets the attributes (line width and color) of the line to be drawn.
NumRu::DCL.swswdi(iwdidx)
NumRu::DCL.swscli(iclidx)
iwdidx (I) An index for line width. See SGPACK (Section 1.7.1). iclidx (I) An index for line color. See SGPACK (Section 1.7.1).
- (a)
- These routines must be called before the actual graphics routine.
- (b)
- When IWDIDX and ICLIDX is 0, it is treated as 1 in the processing.
- (c)
- The line width in GRPH1 is specified with a number from 0 to 9. In a device for which color cannot be specified, the line color index iclidx may be converted into line width index iwdidx, so in such a system, the iwdidx takes values up to 99.
- (d)
- What color or how thick a line actually is is system-dependent.