Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 596 Bytes

RasterEffects

A collection of ImageEffects for unity.

Palettes

A palette contains a collection of colors. Effects can use these for different purposes. These can be saved as assets. Comes with several pre-made palettes.

Effects

RenderWithPalette

Reduces the colors on screen to only the Palette's colors. Can have multiple palettes - they add together.

Scale Viewport

Reduces the viewports resolution. Has 3 modes:

  • Constant downscale
  • Downscale to a constant vertical resolution.
  • Downscale to an interger factor, while keeping vertical resolution below some number.