For Unity 2019.3+ | URP | HDRP | Built-in


Sobel Neon

Neon (Sobel)

The Neon (Sobel) effect runs a Sobel edge-detection kernel over the image. Then, it saturates and lightens the original pixel color up to a threshold and multiples by the edge-detected image.

Parameters

Enabled Bool

Is the effect active?

Threshold Float

How sensitive the edge-detection algorithm is.

Saturation Floor Float

Any pixel with a saturation below this (in HSL colour space) has its saturation clamped to this value.

Lightness Floor Float

Any pixel with a lightness below this (in HSL colour space) has its lightness clamped to this value.

Known Issues

There are no known issues at the moment.