Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ryanel/RasterEffects

Image Effects for Unity
https://github.com/Ryanel/RasterEffects

Last synced: about 2 months ago
JSON representation

Image Effects for Unity

Awesome Lists containing this project

README

        

# 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.