Hi there!
I'm trying to change a 9-patch object color to yellow (243, 202, 58) using SetColor effect, but the result is a less saturated color.
What's the best way of accomplishing this?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
Try using adjust HSL, I always find that to be easier to work with.
Hey, briggybros! Thank you for answering!
Well, the problem of using HSL is that I don't know how I could adjust the three values to match those of RGB.