How to change an image color to grayscale?

I want to change the color of an ImageButton to grayscale.
I found ColorCorrectionEffect.Saturation.
However, inserting a ColorCorrection as a child of my ImageButton and changing its properties, nothing changes…

How could I change this image color to grayscale?

There is currently no possible way to do that with images. And ColorCorrection only works under the Lighting object, the lighting for the physical world of the game.

1 Like

This is a demand for more than 2 years, and I would like to know if this limitation continues today?

yeah, i was just looking up how to solve this

1 Like

Bump, was also looking for this

1 Like

just add a colorcorrection to lighting, set the Saturation property to -1.