donn <[email protected]> wrote:

> Okay, I see : setting the opacity down the tree makes a top-limit on all 
> future opacities, but they can go downwards.

It's not really quite like that - it's not a 'top limit' but rather all
of the opacities in the hierarchy are simply multiplied together. So if
you have a group with 50% opacity and a child in that which is also 50%
opacity then the final opacity will be 50% × 50% = 25%. Clutter
represents the opacity percentage as a value from 0->255 instead of
0->100 or 0.0->1.0 just to add an extra layer of confusion.

- Neil
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to