@ -8,7 +8,6 @@ namespace ImageSharp
using System;
using System.Numerics;
using Colors.Spaces;
using Common;
/// <summary>
/// Packed vector type containing four 8-bit unsigned normalized values ranging from 0 to 255.
@ -8,7 +8,6 @@ namespace ImageSharp.Colors.Spaces
using System.ComponentModel;
/// Represents an CIE LAB 1976 color.
/// Represents an CIE 1931 color
/// Represents an CMYK (cyan, magenta, yellow, keyline) color.
/// Represents a Hsl (hue, saturation, lightness) color.
/// Represents a HSV (hue, saturation, value) color. Also known as HSB (hue, saturation, brightness).
@ -7,7 +7,6 @@ namespace ImageSharp
{
/// Transform algorithms that match the equations defined in the W3C Compositing and Blending Level 1 specification.
@ -3,7 +3,7 @@
// Licensed under the Apache License, Version 2.0.
// </copyright>
namespace ImageSharp.Common
namespace ImageSharp
/// Common constants used throughout the project
using System.Linq;
/// Provides common mathematical methods.
@ -9,7 +9,6 @@ namespace ImageSharp.Drawing.Processors
using System.Threading.Tasks;
using ImageSharp.Processors;
using Paths;
using Pens;
@ -8,7 +8,6 @@ namespace ImageSharp.Drawing.Processors
using Drawing;
using Shapes;
@ -8,7 +8,6 @@ namespace ImageSharp.Processors
/// Sets the background color of the image.
/// Provides methods that allow the rotating of images.
@ -9,7 +9,6 @@ namespace ImageSharp.Quantizers
using System.Buffers;
/// An implementation of Wu's color quantizer with alpha channel.
@ -5,7 +5,6 @@
namespace ImageSharp.Tests.Common
using ImageSharp.Common;
using Xunit;
public class ConstantsTests