| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Clip --+
|
Blend --+
|
Transition
Base class for transitions between clips. Override the blendFrames method to implement your own transitions.
The required signature for it is:
cdef int blendFrames(
self,
Frame frame1, Frame frame2,
Frame frameX,
float proportion) except -1:
Arguments:
- frame1 - a Frame from the first clip in the transition
- frame2 - a Frame from the second clip in the transition
- frameX - a Frame into which to write the result of the transition
- proportion - degree of blend - 0 fully frame1, 1 fully frame2,
anything in between means to perform the blend to that degree
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
| clips | |||
| endtime | |||
| kw | |||
| start | |||
| starttime | |||
|
uiChildren generates and returns a list of child nodes for the use of UIs |
|||
|
uiTitle generates and returns a string title to use in user interfaces |
|||
| xduration | |||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|
Determine the logical number of frames of this object Override in your subclass
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Nov 30 09:43:51 2007 | http://epydoc.sourceforge.net |