1GACOLR(3NCARG) NCAR GRAPHICS GACOLR(3NCARG)
2
3
4
6 GACOLR - Sets the values of internal parameters determining the color
7 of various parts of the background.
8
10 CALL GACOLR (KAXS,KLBL,KMJT,KMNT)
11
13 #include <ncarg/ncargC.h>
14
15 void c_gacolr (int kaxs, int klbl, int kmjt, int kmnt)
16
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
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
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
38 To use GACOLR or c_gacolr, load the NCAR Graphics libraries ncarg,
39 ncarg_gks, and ncarg_c, preferably in that order.
40
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-2009
50 University Corporation for Atmospheric Research
51 The use of this Software is governed by a License Agreement.
52
53
54
55UNIX March 1993 GACOLR(3NCARG)