NAME

dfadeout -- create unit to ..

PROTOTYPE

unitptr dfadeout(int xdim, int ydim, int steps, int lower, int xfodim, int yfodim, unitptr uHost)

ARGUMENTS

int xdim
- not documented in source --
int ydim
- not documented in source --
int steps
- not documented in source --
int lower
- not documented in source --
int xfodim
- not documented in source --
int yfodim
- not documented in source --
unitptr uHost
host unit

RETURN VALUE:

A pointer to the created unit or NULL in the case of an error.

INTERFACE OF CREATED UNIT:

X_in[]:
(packed input field 0)
Y_in[]:
(packed input field 1)
Z_in[]:
(packed input field 2)
in_3[]:
(packed input field 3)
CTL_in[]:
(control field)
X_out[]:
(packed output field 0)
Y_out[]:
(packed output field 1)
Z_out[]:
(packed output field 2)
out_3[]:
(packed output field 3)

EXECUTION OF CREATED UNIT:

INITIALIZATION:

DESCRIPTION:

THis Unit creates a simple fade out Map, The cors pairs in PIN1 are uses to make a fade out blob on the corrs in the outgoing fade out map. The blob values starts on the lower value, with aquidistant growing steps up to the most actuall position at the end of the pin1 pairs up to GOC_DEEP(255).

CONTROL MODES:

EXAMPLES:

STATUS:

Preliminary.

SEE ALSO:

FILE

nst_dfadeout.c