@motion-script/core / DitherNoise
Type Alias: DitherNoise
DitherNoise =
"bayer"|"blue"
Defined in: attributes/shape/effects/implementations/dither.ts:23
Where a pixel's threshold comes from.
'bayer'— the recursive ordered matrix. Its lattice is the look: the crosshatch is visible at every density, which is what reads as 8-bit and what makes it beat against the pixel grid at somescales.'blue'— a void-and-cluster blue-noise field. Every density stays homogeneous, so the tone is reproduced with no lattice and no moiré. Pick this when the dither should be texture rather than pattern.
matrix only applies to 'bayer'.