diff --git a/tests/ImageSharp.Tests/Colors/ColorTests.cs b/tests/ImageSharp.Tests/Colors/Rgba32Tests.cs similarity index 97% rename from tests/ImageSharp.Tests/Colors/ColorTests.cs rename to tests/ImageSharp.Tests/Colors/Rgba32Tests.cs index da63025c4..5509cbddc 100644 --- a/tests/ImageSharp.Tests/Colors/ColorTests.cs +++ b/tests/ImageSharp.Tests/Colors/Rgba32Tests.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // @@ -15,7 +15,7 @@ namespace ImageSharp.Tests /// /// Tests the struct. /// - public class ColorTests + public class Rgba32Tests { /// /// Tests the equality operators for equality. diff --git a/tests/ImageSharp.Tests/Colors/ColorTransformTests.cs b/tests/ImageSharp.Tests/Colors/Rgba32TransformTests.cs similarity index 100% rename from tests/ImageSharp.Tests/Colors/ColorTransformTests.cs rename to tests/ImageSharp.Tests/Colors/Rgba32TransformTests.cs diff --git a/tests/ImageSharp.Tests/Colors/ColorVectorTests.cs b/tests/ImageSharp.Tests/Colors/RgbaVectorTests.cs similarity index 97% rename from tests/ImageSharp.Tests/Colors/ColorVectorTests.cs rename to tests/ImageSharp.Tests/Colors/RgbaVectorTests.cs index 492817015..1f5df6d88 100644 --- a/tests/ImageSharp.Tests/Colors/ColorVectorTests.cs +++ b/tests/ImageSharp.Tests/Colors/RgbaVectorTests.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // @@ -15,7 +15,7 @@ namespace ImageSharp.Tests /// /// Tests the struct. /// - public class ColorVectorTests + public class RgbaVectorTests { /// /// Tests the equality operators for equality. diff --git a/tests/ImageSharp.Tests/Colors/ColorVectorTransformTests.cs b/tests/ImageSharp.Tests/Colors/RgbaVectorTransformTests.cs similarity index 97% rename from tests/ImageSharp.Tests/Colors/ColorVectorTransformTests.cs rename to tests/ImageSharp.Tests/Colors/RgbaVectorTransformTests.cs index e670944f5..bcbc27c7c 100644 --- a/tests/ImageSharp.Tests/Colors/ColorVectorTransformTests.cs +++ b/tests/ImageSharp.Tests/Colors/RgbaVectorTransformTests.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // @@ -12,7 +12,7 @@ namespace ImageSharp.Tests.Colors /// Tests the color transform algorithms. Test results match the output of CSS equivalents. /// /// - public class ColorVectorTransformTests + public class RgbaVectorTransformTests { private static readonly ApproximateFloatComparer FloatComparer = new ApproximateFloatComparer(0.01F);