jit.hatch Crosshatch filter

The jit.hatch object divides an incoming matrix into a grid. Along the central axes of each square, the color value of the original top-left pixel is visible. Turn your Jitter matrix into graph paper!

Matrix Operator: in[1] 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
out n/a yes yes yes 4 all char

Attributes:
Name Type Description
grid int The square size (default = 5)
thresh float The luminance threshold (default = 0.)
Color values above the threshold are eligible for hatching. Otherwise, they are replaced by the background color.
bgcolor float list[4] The background color in the form alpha red green blue (default = 0. 0. 0. 0.) All values are in the range 0.-1.

Example:

See Also:
jit.altern, jit.eclipse, jit.roy