I want to get a image color like pick the screen color from the script (the image color property is not relevant)
I want to clone/pick the image color to make the background frame at the same color but the image color property is set on default (255,255,255)
The image is the blue one and I want to clone the color blue from the image and change it on the yellow frame
I looked on other forums and there are no one ask about this thing
Please help
Sorry for my bad english, I meant I have the image that I want to clone the image color from it (not clone the image color property) it something like when you choose āpick screen colorā option from studio selecting color gui
Thank you for trying to help me! But it no option to pick the image color from script.
So I will try to explain you more here:
1.I have the background blue image with the text at the middle (this image was created on other app not studio and I uploaded it to the roblox and use it)
2.The background transparency of this image label is = 1
The imageColor3 is set to Color3.fromRGB(255,255,255) (Default)
3.I want to clone the blue background color of my image from the local script automatically and set it to the yellow color frame at the back layer.
I hope you understand, Iām apologize Im not good at English
Thanks, I making this overcomplicating because the image is automatic generated from the script and I donāt want to manually change it by myself. If the image has been changed I will need to change the color and update the game.
Open your image on the paint software on your computer, then use the pick screen color feature on the blue color, click on āedit colorsā, then on the color edit frame there should be the āRGBā infos about it, just put the same settings on your frame Gui.
If the in-game frame color have to change in real time depending of the image, just put each image and its related color into a table, and then when selecting the image, get the color at same time and change it.
That is true, itās not out for the public, but when it will be out then, well, this would work. And you said: āthere is no wayā so technically there is a way but its not viable.