mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +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,
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue