Hi guys,
If I have 2 labels that on top of the other, and I want to make the top label-HoverFill to have the same color but lighter and more transparent, any function for that ? I tried ColorFade but not succedded.
I actually want to put inside my Gallery, so I have 1 label in front of all the columns (labels) in my gallery. And I put empty string in this Label.Text then HoverFill I put something like ColorFade(somebutton.Fill, 0.1) --> this "somebutton" is just one of my button that I want to get the Fill Color, so it will make the same color theme, but more light and transparent.
The color of that label did more light, but it is not transparent, so it is blocking all the columns (labels) behind it.
Any input is appreciated.
Thanks