This commit is contained in:
Wiesław Šoltés 2022-03-16 20:35:10 +01:00
Родитель 952a40d0d0
Коммит 87b6a66c7d
25 изменённых файлов: 25 добавлений и 75 удалений

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Avalonia.Controls;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
namespace ColorBlenderAvalonia

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
using Avalonia.Controls.Shapes;
using Avalonia.Input;
using Avalonia.Markup.Xaml;

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
using Avalonia.Media;
using ColorBlender.Colors;

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using Avalonia.Data.Converters;

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Shapes;
using Avalonia.Markup.Xaml;
namespace Avalonia.Controls.ColorBlender

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
namespace ColorBlender.Colors
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
namespace ColorBlender.Colors
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
namespace ColorBlender.Algorithms
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
namespace ColorBlender
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using ColorBlender.Algorithms;

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
namespace ColorBlender
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System;
namespace ColorBlender
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
using Xunit;
namespace ColorBlender.Colors.UnitTests

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
using Xunit;
namespace ColorBlender.Colors.UnitTests

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Algorithms;
using ColorBlender.Algorithms;
using ColorBlender.Colors;
using Xunit;

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.Collections.Generic;
namespace ColorBlender.UnitTests
{

Просмотреть файл

@ -1,6 +1,4 @@
// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using ColorBlender.Colors;
using ColorBlender.Colors;
using Xunit;
namespace ColorBlender.UnitTests