Reformat sixtyfps_color.h

This commit is contained in:
Simon Hausmann 2020-09-08 22:13:17 +02:00
parent 19cce012a0
commit 02b3bce6dc

View file

@ -44,13 +44,14 @@ template<>
void Property<Color>::set_animated_value(const Color &new_value, void Property<Color>::set_animated_value(const Color &new_value,
const cbindgen_private::PropertyAnimation &animation_data) const cbindgen_private::PropertyAnimation &animation_data)
{ {
cbindgen_private::sixtyfps_property_set_animated_value_color(&inner, value, new_value, &animation_data); cbindgen_private::sixtyfps_property_set_animated_value_color(&inner, value, new_value,
&animation_data);
} }
template<> template<>
template<typename F> template<typename F>
void Property<Color>::set_animated_binding(F binding, void Property<Color>::set_animated_binding(
const cbindgen_private::PropertyAnimation &animation_data) F binding, const cbindgen_private::PropertyAnimation &animation_data)
{ {
cbindgen_private::sixtyfps_property_set_animated_binding_color( cbindgen_private::sixtyfps_property_set_animated_binding_color(
&inner, &inner,