1GACOLR(3NCARG)                   NCAR GRAPHICS                  GACOLR(3NCARG)
2
3
4

NAME

6       GACOLR - Sets the values of internal parameters determining the color
7       of various parts of the background.
8

SYNOPSIS

10       CALL GACOLR (KAXS,KLBL,KMJT,KMNT)
11

C-BINDING SYNOPSIS

13       #include <ncarg/ncargC.h>
14
15       void c_gacolr (int kaxs, int klbl, int kmjt, int kmnt)
16

DESCRIPTION

18       KAXS, KLBL, KMJT, and KMNT
19                   (input expressions of type INTEGER) are new values for the
20                   internal parameters ´CAX´, ´CLB´, ´CMJ´, and ´CMN´,
21                   specifying the color indices to be used for the axes, the
22                   labels, the major ticks/grid lines, and the minor
23                   ticks/grid lines, respectively. Values less than zero imply
24                   that no call is to be done to set the color before drawing
25                   items of the associated type. The default value of each of
26                   the four internal parameters is -1.
27

C-BINDING DESCRIPTION

29       The C-binding argument descriptions are the same as the FORTRAN
30       argument descriptions.
31

USAGE

33       This routine allows you to set the current value of Gridall parameters.
34       For a complete list of parameters available in this utility, see the
35       gridall_params man page.
36

ACCESS

38       To use GACOLR or c_gacolr, load the NCAR Graphics libraries ncarg,
39       ncarg_gks, and ncarg_c, preferably in that order.
40

SEE ALSO

42       Online: gridall, gridall_params, gagetc, gageti, gagetr, gasetc,
43       gaseti, gasetr, grid, gridal, gridl, halfax, labmod, perim, periml,
44       tick4, ticks, ncarg_cbind.
45
46       Hardcopy: NCAR Graphics Fundamentals, UNIX Version
47
49       Copyright (C) 1987-2007
50       University Corporation for Atmospheric Research
51
52       This documentation is free software; you can redistribute it and/or
53       modify it under the terms of the GNU General Public License as
54       published by the Free Software Foundation; either version 2 of the
55       License, or (at your option) any later version.
56
57       This software is distributed in the hope that it will be useful, but
58       WITHOUT ANY WARRANTY; without even the implied warranty of
59       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
60       General Public License for more details.
61
62       You should have received a copy of the GNU General Public License along
63       with this software; if not, write to the Free Software Foundation,
64       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
65
66
67
68UNIX                              March 1993                    GACOLR(3NCARG)
Impressum