CTransition

What is a CTransition?

A CTransition is a format used to store a transition to be used for Frames and Objects.

Structure

Size Type Name Description
... CString DLL Name The filename of the transition provider, typically cctrans.dll
... CString Module Name The internal name of the transition
4 UInt32 DLL Handle The handle of the transition provider
4 ASCII Module ID A 4 character ID representing the transition
4 Int32 Duration The length of the transition
4 UInt32 Flags Definitions
4 RGBA Color The color used by the transition
4 UInt32 Data Size The size of the data specific to the transition
... Byte[] Data Data specific to the transition, the length is equal to Data Size

Flag Definitions

Flags

Value Name Description
0x1 Color Whether or not the transition uses a color
0x2 Unicode Unknown usage