On Sun, 2008-11-16 at 13:23 -0800, Griffin Jeffreys wrote: > Can someone explain what clutter.Alpha does, though? I'm confused as > to its purpose.
an Alpha, like the documentation[0] says: ClutterAlpha is a class for calculating an integer value between 0 and CLUTTER_ALPHA_MAX_ALPHA as a function of time. a clutter.Alpha binds a Timeline to a progress function which translates the time T into an adimensional factor alpha. the factor can then be used to drive a Behaviour, which translates the value into something meaningful for an Actor. ciao, Emmanuele. +++ [0] http://www.clutter-project.org/docs/clutter/stable/ClutterAlpha.html -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]
