Jumar Macato
8 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
2 changed files with
2 additions and
3 deletions
-
samples/RenderDemo/Pages/AnimationsPage.xaml
-
src/Avalonia.Visuals/Animation/Animators/SolidColorBrushAnimator.cs
|
|
|
@ -149,7 +149,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
|
|
<Border Classes="Test Rect3"/> |
|
|
|
<Border Classes="Test Rect4" Background="Navy"/> |
|
|
|
<Border Classes="Test Rect5" Background="SeaGreen"/> |
|
|
|
<Border Classes="Test Rect6"/> |
|
|
|
<Border Classes="Test Rect6" Background="Red"/> |
|
|
|
</WrapPanel> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
@ -7,8 +7,7 @@ using Avalonia.Media.Immutable; |
|
|
|
namespace Avalonia.Animation.Animators |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// Animator that interpolates <see cref="Color"/> through
|
|
|
|
/// gamma sRGB color space for better visual result.
|
|
|
|
/// Animator that handles <see cref="SolidColorBrush"/>.
|
|
|
|
/// </summary>
|
|
|
|
public class SolidColorBrushAnimator : Animator<SolidColorBrush> |
|
|
|
{ |
|
|
|
|