= ColorWheel, MOTIF TOYS, displays a multicolor wheel rotating    I         This demo  displays  a  multicolor  wheel rotating in a resizable I         window.  The  various  colormap  and  window options are detailed          below.                           ** NOTE **  I         You must have the logical  name DEMOS defined to point to the top I         level  directory  that contains the COLORWHEEL  directory.    All I         command procedures rely on this being defined.    For  example if I         all the COLORWHEEL files are in WORK:[SMITH.COLORWHEEL] then  you /         need a logical name defined as follows:          6         $ DEFINE/SYSTEM/EXECUTIVE DEMOS WORK:[SMITH.]   H         **  Ensure you include the "." after the last directory name  **                    To build... I         -----------------------------------------------------------------                          1         $ @DEMOS:[COLORWHEEL]BUILD_COLORWHEEL.COM   I         This will  build  either a OpenVMS VAX or OpenVMS AXP image based *         on what architecture it is run on.                            To run... I         -----------------------------------------------------------------   1         $ @DEMOS:[COLORWHEEL]START_COLORWHEEL.COM          I         This  will  start  up  the  appropiate  architecture  version  of          COLORWHEEL                                             ColorWheel options... I         -----------------------------------------------------------------   =         $ COLORWHEEL :== "$ DEMOS:[COLORWHEEL]COLORWHEEL_AXP"          $ COLORWHEEL -h                   -         Usage: ColorWheel [options] server::0          0         -g WxH+X+Y     :Window size and location0         -nochroma      :Do this with grey shades@         -cmap          :Use an alternate colormap (else default)4         -colors n      :How many colors in the wheel7         -flush         :Flush buffer after color update :         -hop n         :How much to rotate wheel each step.         -install       :Install a new colormap>         -psize n       :How many colors per StoreColor request8         -primary n     :The doColor mask for storecolors=         -setcmap       :Set cmap in window after is is mapped 5         -sync          :Wait for server after each op 0         -allocall      :Allocall on new colormap1         -v             :Verbose info on colormaps ?                                                                   