1GINQ_MARKER_COLR_IND(3NCARG) NCAR GRAPHICS GINQ_MARKER_COLR_IND(3NCARG)
2
3
4
6 ginq_marker_colr_ind (Inquire polymarker color index) - retrieves the
7 polymarker color index.
8
10 #include <ncarg/gks.h>
11
12 void ginq_marker_colr_ind(Gint *err_ind, Gint *marker_colr_ind);
13
15 err_ind (Output) - If the inquired value cannot be returned cor‐
16 rectly, a non-zero error indicator is returned in err_ind,
17 otherwise a zero is returned. Consult "User's Guide for
18 NCAR GKS-0A Graphics" for a description of the meaning of
19 the error indicators.
20
21 marker_colr_ind
22 (Output) - Returns the polymarker color index as set by
23 default or by a call to gset_marker_colr_ind.
24
26 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
27 libraries.
28
30 Online: gpolymarker(3NCARG), gset_marker_type(3NCARG),
31 gset_marker_size(3NCARG), gset_colr_rep(3NCARG),
32 gset_marker_colr_ind(3NCARG), ginq_marker_type(3NCARG),
33 ginq_marker_size(3NCARG), ginq_marker_colr_ind(3NCARG), point(3NCARG),
34 points(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
35
36 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
37 mentals, UNIX Version
38
40 Copyright (C) 1987-2009
41 University Corporation for Atmospheric Research
42 The use of this Software is governed by a License Agreement.
43
44
45
46UNIX March 1993 GINQ_MARKER_COLR_IND(3NCARG)