Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cyclemap(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     cyclemap(3G)                                         cyclemap(3G)



NAME
cyclemap - cycles through color maps at a specified rate
SPECIFICATION
C cyclemap(duration, map, nextmap)
short duration, map, nextmap;
FORTRAN subroutine cyclem(duration, map, nextmap)
integer*4 duration, map, nextmap
DESCRIPTION
cyclemap specifies the duration in vertical retraces, the
affected map (map), and the next map to use (nextmap) when
the duration is over. For example, the following routines
set up multimap mode and cycle between two maps, leaving map
1 on for ten vertical retraces and map 3 on for five
retraces. cyclemap must be used in multimap mode.
...
multimap();
gconfig();
cyclemap(10, 1, 3);
cyclemap(5, 3, 1);
...
SEE ALSO
blink, multimap, gconfig
Programming Guide, Section 6.6, Onemap and Multimap Modes
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)

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