Browse Source

Update Hue

af/merge-core
James Jackson-South 9 years ago
parent
commit
c99bbe586d
  1. 4
      tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs

4
tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs

@ -19,7 +19,7 @@ namespace ImageSharp.Tests.Processing.ColorMatrix
};
[Theory]
[WithFileCollection(nameof(AllBmpFiles), nameof(HueValues), StandardPixelType)]
[WithFileCollection(nameof(DefaultFiles), nameof(HueValues), StandardPixelType)]
public void ImageShouldApplyHueFilter<TPixel>(TestImageProvider<TPixel> provider, int value)
where TPixel : struct, IPixel<TPixel>
{
@ -31,7 +31,7 @@ namespace ImageSharp.Tests.Processing.ColorMatrix
}
[Theory]
[WithFileCollection(nameof(AllBmpFiles), nameof(HueValues), StandardPixelType)]
[WithFileCollection(nameof(DefaultFiles), nameof(HueValues), StandardPixelType)]
public void ImageShouldApplyHueFilterInBox<TPixel>(TestImageProvider<TPixel> provider, int value)
where TPixel : struct, IPixel<TPixel>
{

Loading…
Cancel
Save