*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> standard/cyclemap (3)              
Title
Content
Arch
Section
 

Contents


cyclemap(3G)							  cyclemap(3G)


NAME    [Toc]    [Back]

     cyclemap -	cycles between color maps at a specified rate

C SPECIFICATION    [Toc]    [Back]

     void cyclemap(duration, map, nxtmap)
     short duration, map, nxtmap;

PARAMETERS    [Toc]    [Back]

     duration	expects	the number of vertical traces before switching to the
		map named by nxtmap.

     map	expects	the number of the map to use before completing the
		number of vertical sweeps specified by duration.

     nxtmap	expects	the number of the map to use after completing the
		number of vertical sweeps specified by duration.

DESCRIPTION    [Toc]    [Back]

     When the system is	in multimap mode, cyclemap allows you to switch	from
     one color map to another after a specified	duration.  In multimap mode
     there are 16 color	maps, numbered 0-15. You can use cyclemap within a
     loop if you want to cycle through more than one map.

EXAMPLE    [Toc]    [Back]

     The code fragment sets up multimap	mode and cycle between two maps,
     leaving map 1 on for ten vertical retraces	and map	3 on for five
     retraces.

	  multimap();
	  gconfig();
	  cyclemap(10, 1, 3);
	  cyclemap(5, 3, 1);

SEE ALSO    [Toc]    [Back]

      
      
     blink, gconfig, multimap

NOTES    [Toc]    [Back]

     This routine is available only in immediate mode and cannot be used in
     onemap mode.

     cyclemap is not supported on Iris Entry, Indy, XL,	XS, XS24, XZ, Elan and
     Extreme systems and IRIS-4D RealityEngine systems.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
blink IRIX changes a color map entry at a selectable rate
multimap IRIX organizes the color map as a number of smaller maps
setmap IRIX selects one of the small color maps provided by multimap mode
DXmColorMixSetNewColor Tru64 Sets the new color red, green, and blue values in the color mixing widget.
SgColorChooserSetStoredColor IRIX A ColorChooser function that sets the color of the ColorChooser's stored color swatch
DXmColorMixGetNewColor Tru64 Retrieves (returns) the color mixing widget's current new color red, green, and blue values.
xcmsdb HP-UX Device Color Characterization utility for X Color Management System
xcmsdb Tru64 Device Color Characterization utility for X Color Management System
xcmsdb IRIX Device Color Characterization utility for X Color Management System
grio IRIX guaranteed-rate I/O
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service