How would I overlay image colors over another image?

I have found an entity from the game Rooms: Low Detailed which has a rainbow effect that spins. It isn’t strictly one color unlike other rainbow effects, and it seems like an image is spinning inside the face that looks like it isn’t leaking out. How is this effect achieved? How would I recreate it?

By the way this is what it looks like:
C-1_Recreated

2 Likes

UiColorGradient on a white image

1 Like

not quite sure what you mean but i’ll try it out anyway

1 Like

Basically, he meant that if you want to have an interface with gradients, you can use the UIGradient component!

It allows you to customize colors, position, transparency, and how you want to be rotated, just as you wish to know in this topic. Here is the Creator Documentation explaining how it works with samples:

1 Like

oh wow, I forgot about these! I’ll mark this post as solved now.

1 Like

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