2
Shader Pixelate
Aiden edited this page 2026-05-08 19:03:26 +10:00

Pixelate

Field Value
Shader ID pixelate
Category Transform
Package shaders/pixelate/

Pixelate samples the image at the center of virtual cells, creating a low-resolution block effect. It can also draw a grid between cells.

Controls

Control Type Default What It Does
Pixel Count vec2 [96, 54] Number of virtual pixels across X and Y.
Grid float 0.0 Grid line visibility.
Grid Color color Black Grid color and alpha.

Tips

  • Lower Pixel Count for larger blocks.
  • Match X/Y counts to the output aspect ratio to avoid stretched cells.
  • Use a partial Grid amount for a game-screen or LED-panel feel.