# Objective - Implements maths and `Animatable` for `Srgba` as suggested [here](https://github.com/bevyengine/bevy/issues/12617#issuecomment-2013494774). ## Solution - Implements `Animatable` and maths for `Srgba` just like their implemented for other colors. --- ## Changelog - Updated the example to mention `Srgba`. ## Migration Guide - The previously existing implementation of mul/div for `Srgba` did not modify `alpha` but these operations do modify `alpha` now. Users need to be aware of this change. |
||
|---|---|---|
| .. | ||
| animated_fox.rs | ||
| animated_transform.rs | ||
| animation_graph.rs | ||
| color_animation.rs | ||
| cubic_curve.rs | ||
| custom_skinned_mesh.rs | ||
| gltf_skinned_mesh.rs | ||
| morph_targets.rs | ||