Change hue of image

Hello! I’m making a color picker for my game. And I’m wondering how it’s possible to change the “hue” of this saturation/brightness gradient image.
V6Fy7

1 Like

The easiest method to make a color picker like that is to add an ImageLabel with white background and set its Image to be a white gradient that goes to transparent.
You can then adjust that gradient’s color to get the hue.
Then just add another white to transparent gradient (rotated 90 degrees) but color it black.

1 Like

Yeah, almost looks identical! Thanks!

image_2024-11-26_183002511

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.