| 207 |
|
If given as "ci(i)", the function returns the current component |
| 208 |
|
being evaluated by |
| 209 |
|
.I rcomb. |
| 210 |
< |
A different component may be referenced using th second argument. |
| 210 |
> |
A different component may be referenced using the second argument. |
| 211 |
|
For example, "ci(1,2)" accesses |
| 212 |
|
the second component from the first input. |
| 213 |
|
If the input is a picture, the the constants "R", "G", and "B" |
| 222 |
|
the functions "ri(i)", "gi(i)", and "bi(i)" are predefined as |
| 223 |
|
"ci(i,R)", "ci(i,G)", and "ci(i,B)", respectively. |
| 224 |
|
Accordingly, the "ro", "go", and "bo" |
| 225 |
< |
variables may be used in place of "co(R)", "co(G)", and "co(B)". |
| 225 |
> |
variables may be used in place of "co(R)", "co(G)", and "co(B)", |
| 226 |
> |
but all three must be defined for this substitution to take place. |
| 227 |
|
Finally, the total number of input files is set in the constant "nfiles". |
| 228 |
|
.PP |
| 229 |
|
Results are sent to the standard output. |