Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Ryanel/RasterEffects
- Owner: Ryanel
- Created: 2018-11-11T06:22:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T12:34:05.000Z (about 6 years ago)
- Last Synced: 2024-08-03T19:08:20.591Z (5 months ago)
- Language: C#
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - RasterEffects - Image Effects (Post Effect)
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.