File: MPE_Make_color_array.4

package info (click to toggle)
mpich 1.1.0-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 22,116 kB
  • ctags: 27,349
  • sloc: ansic: 193,435; sh: 11,172; fortran: 6,545; makefile: 5,801; cpp: 5,020; tcl: 3,548; asm: 3,536; csh: 1,079; java: 614; perl: 183; awk: 168; sed: 70; f90: 62
file content (36 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH MPE_Make_color_array 4 "1/31/1997" " " "MPE"
.SH NAME
MPE_Make_color_array \-  Makes an array of color indices 
.SH SYNOPSIS
.nf
#include <stdio.h>
#include "mpe.h"
int MPE_Make_color_array( handle, ncolors, array )
MPE_XGraph handle;
int        ncolors;
MPE_Color  array[];
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B handle 
- MPE graphics handle
.PD 1
.PD 0
.TP
.B nc     
- Number of colors
.PD 1

.SH OUTPUT PARAMETER
.PD 0
.TP
.B array 
- Array of color indices
.PD 1

.SH NOTES
The new colors for a uniform distribution in hue space and replace the
existing colors `except` for 'MPE_WHITE' and 'MPE_BLACK'.
.SH LOCATION
mpe_graphics.c