Prism Effect

Here is a component that emulates an After FX plugin called Prism. It is similar to a radial blur except that it takes an image, converts it to a single hue and then shifts the hue on each layer. It’s not as fast as a GLSL radial blur because I couldn’t find a way to shift the hue of each layer in a GLSL TOP but when using 30 or less layers it runs decently.
Prism.toe (7.07 KB)

1 Like

mental, thx for sharing, very usefull!
I leave GLsl to the future artificial intelligence. Computers supposed to help humans not torture them.