Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you apply UIGradient on ImageColor3?

Asked by 3 years ago
Edited 3 years ago

I'm trying to apply a gradient to a sliced corner ImageLabel, and by default, it only applies to BackgroundColor3. I don't see a property where you can configure what attribute the UIGradient will apply to. I'm wondering if there is any way to apply gradients on an ImageColor3.

0
I don't think it's possible. Techyfied 114 — 3y
0
Wiki says: Avoid setting Color and Transparency frequently: this causes the sequence of colors to rebuild often, which is expensive. If possible, set these properties only once and try to animate the Offset or Rotation properties to achieve a similar effect. Alternatively, you can change the color of the parent GuiObject using such properties as BackgroundColor3, ImageColor3, or TextColor3. Gey4Jesus69 2705 — 3y

Answer this question