I am trying to convert the UIGradient output color value that I get when I try to print the UIGradient.Color
Here is an example of what I get in the output
0.25098039215686, 0.50196078431373, 1.0
How do I convert this to RBG?
Thanks
I am trying to convert the UIGradient output color value that I get when I try to print the UIGradient.Color
Here is an example of what I get in the output
0.25098039215686, 0.50196078431373, 1.0
How do I convert this to RBG?
Thanks
Assuming i remember how Color3 works you should be able to multiply each number by 255
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.