Skip to content

Instantly share code, notes, and snippets.

@eleanor-em
eleanor-em / saturationshader.shader
Last active February 12, 2017 23:41
Saturation Shader
Shader "Sprites/Default"
{
Properties
{
[PerRendererData] _MainTex("Sprite Texture", 2D) = "white" {}
_Saturation("Saturation", Range(0, 1)) = 1
}
SubShader
{