Multi-color gradients

Avatar
  • updated

Designers love to define gradients not only by a start and end color but instead by a gradient with more than 2 colors not equally distributed and I have to implement them :D
Is there a way to define a gradient as shown below?

Image 73

Reporting a bug? please specify Unity version:
Reporting a bug? please specify Shapes version:
Reporting a bug? please specify Render Pipeline:
Duplicates 1
HSB Color Gradiant mode (for rainbow color)

Image 46


Yes. it's a rainbow. like this picture from the Shapes's release trailer.

it seems only support linear RGB gradient. or any possible ways to add own custom color gradient modes?

Avatar
Freya Holmér creator
  • Under Consideration

possibly - the tricky part with custom gradients is that they require texture data, which has a lot of implications when it comes to materials, asset management and batching/instancing, so there's a lot of infrastructure to design in order to get that to work

that ring from the trailer in particular is actually a polyline - with its per-point colors set according to a huestrip