mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Reformat sixtyfps_color.h
This commit is contained in:
parent
19cce012a0
commit
02b3bce6dc
1 changed files with 4 additions and 3 deletions
|
@ -44,13 +44,14 @@ template<>
|
|||
void Property<Color>::set_animated_value(const Color &new_value,
|
||||
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<typename F>
|
||||
void Property<Color>::set_animated_binding(F binding,
|
||||
const cbindgen_private::PropertyAnimation &animation_data)
|
||||
void Property<Color>::set_animated_binding(
|
||||
F binding, const cbindgen_private::PropertyAnimation &animation_data)
|
||||
{
|
||||
cbindgen_private::sixtyfps_property_set_animated_binding_color(
|
||||
&inner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue