Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

make-contrasting-dash-patterns

Function

Summary

Returns a vector of dash patterns with recognizably different appearances.

Signature

make-contrasting-dash-patterns n #key k => dashes

Arguments

n
An instance of type <integer>.

k
An instance of type <integer>.

Values

dashes
An instance of type <vector>.

Library

duim-dcs

Module

duim-dcs

Description

Returns a vector of n dash patterns with recognizably different appearances. If the keyword k is supplied, make-contrasting-dash-patterns returns the kth pattern. If there are not n different dash patterns, an error is signalled.

The argument n represents the number of dash patterns.

The argument k represents the index in the vector of dash patterns indicating the pattern to use.

See also

contrasting-dash-patterns-limit, page 140

make-contrasting-colors, page 161


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index