Hi there,
How can I draw a color palette on GUI?
Thank, Ali
Hi there,
How can I draw a color palette on GUI?
Thank, Ali
Start by creating a Group or Window, then inside of that draw separate elements (Label, Button, etc.) showing the color chips you want in your palette. Alternatively you can show one image that’s a continuous color palette and then when clicked, or when the mouse is over it, you use the mouse position to determine where over the texture you are and then use GetPixel to pull that pixel’s color from the image and use that as necessary.
Thanks