Hi there!
I recently encountered some funky behaviour when nesting widgets.
So in the above image.
"b" is a child of
"a".
"b" should be 100% opaque since the alpha component of it's color is 255.
But as a result of being a child of
"a", it inherits the alpha.
The same is true for the label
"d", which is also a child of
"a".
This behaviour was a bit unexpected, but maybe it's intentional?
Thanks! :-)