Lib.image.fx.stylize.Pixelate - tixl3d/tixl GitHub Wiki

Pixelate

in Lib.image.fx.stylize


TilesAmount parameter works only if Divisor = 0. If Divisor is greater than 0, it will divide the resolution of your image and try to keep the tiles close to a square shape.

[MosaicTiling] is similar. I needed a "pixel perfect" alternative that allows defining the desired X and Y resolution using integers.

Tags: lowres / low-res / Pixelart / resolution / Mosaic / tiling / old-school / retro / grid


Input Parameters

Name (Relevancy & Type) Description
Image (Texture2DRequired) -
Color (Vector4) Multiplier color applied to the final output
Divisor (Int32) Sets the size of the tiles according to the source resolution
TileAmount (Int2) Set X and Y resolution (ignored if Divisor is greater than 0)
Shape (Texture2D) Customize the tile, could be used to

Outputs

Name Type
TextureOutput T3.Core.DataTypes.Texture2D

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️