2.8.53 TimeColorBehaviorAtom
Referenced by: TimeColorBehaviorContainer
An atom record that specifies the information for an animation that changes the color of an object.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
flag |
|||||||||||||||||||||||||||||||
colorBy (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
colorFrom (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
colorTo (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.
-
Field
Meaning
rh.recVer
MUST be 0x0.
rh.recInstance
MUST be 0x000.
rh.recType
MUST be an RT_TimeColorBehavior.
rh.recLen
MUST be 0x00000034.
flag (4 bytes): A TimeColorBehaviorPropertyUsedFlag structure that specifies which fields are valid.
colorBy (16 bytes): A TimeAnimateColorBy structure that specifies the offset color value.
-
MUST be ignored if colorTo exists. It MUST be ignored if flag.fByPropertyUsed is FALSE.
colorFrom (16 bytes): A TimeAnimateColor structure that specifies the starting color value.
-
If colorFrom exists, colorBy or colorTo MUST also exist. It MUST be ignored if flag.fFromPropertyUsed is FALSE.
colorTo (16 bytes): A TimeAnimateColor structure that specifies the end color value.
-
MUST be ignored if flag.fToPropertyUsed is FALSE.