Brightness, Saturation, & Blur to accompany ImageColor3

ImageColor3 was one simple property addition but it was significantly helpful, however, I feel like it was part of an uncompleted package. In my opinion we should have atleast a Saturation property Brightness and Blur would be cool but not necessary.

9 Likes

Hello there, I am here to revive this thread from the dead and request for, at the very least, a Saturation property towards any image/texture/decal/…-based item. Suppose I have a main menu in which I want options that are unavailable to the player to get greyed out:

image

Instead of uploading a new image just to make it colorless, I can simply go in and change the Saturation property to -1 to achieve the intended effect.

ContinueGameButton.ImageSaturation = (HasData and 0 or -1)
4 Likes