Murl::Resource::IAnimation::Raw::ColorKey Struct Reference
An animation key holding an RGBA color value. More...
#include "murl_resource_i_animation.h"
Inheritance diagram for Murl::Resource::IAnimation::Raw::ColorKey:
Public Attributes | |
| Float | mRed |
| The floating point value for the color's red component. | |
| Float | mGreen |
| The floating point value for the color's green component. | |
| Float | mBlue |
| The floating point value for the color's blue component. | |
| Float | mAlpha |
| The floating point value for the color's alpha component. | |
Public Attributes inherited from Murl::Resource::IAnimation::Raw::Key | |
| Float | mTime |
| The key's time code. | |
| UInt32 | mInterpolation |
| The interpolation mode. See IEnums::Interpolation. | |
Detailed Description
An animation key holding an RGBA color value.
The documentation for this struct was generated from the following file:
- murl_resource_i_animation.h
Public Attributes inherited from