jit.xfade Crossfade between 2 matrices

The jit.xfade object crossfades between two matrices. A crossfade value of 0 results in output values equivalent to the left input values, while a crossfade value of 1 results in output values equivalent to the right input matrix.

Matrix Operator: in[2] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
in2 resamp yes yes yes all all char long float32 float64
out n/a yes yes yes all all char long float32 float64

Attributes:
Name Type Description
xfade float The amount of crossfade between the two input matrices (default = 0.) A value of 0. outputs only the matrix received in the left input, and a value of 1. outputs only the matrix received in the right input.

Example:

See Also:
jit.alphablend, jit.op