Home

Awesome

Gradient Generator

how2

A Unity script to generate multiple variants of evenly distributed Gradient based on input AnimationCurve of HSV and alpha. Skew the distribution with timeRemap AnimationCurve.

The generated gradients can be copied by the right click menu, then you could fine tune the color. You can keep the generated gradient in the generator since it is a ScriptableObject file.

How to use

how1

generatedGradients will be replaced with a new set. Each spec generates 7 Blend and 7 Fixed type of gradients.

how2

An example when using the timeRemap curve, the distribution could be skewed.

how3