![]() |
Murl Engine API
Version 2025.1
|
An animation key holding an RGBA color value. More...
#include <murl_resource_i_animation.h>
An animation key holding an RGBA color value.
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. | |