Browse Source

Update Hue

pull/232/head
James Jackson-South 9 years ago
parent
commit
fa7cf26bb6
  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] [Theory]
[WithFileCollection(nameof(AllBmpFiles), nameof(HueValues), StandardPixelType)] [WithFileCollection(nameof(DefaultFiles), nameof(HueValues), StandardPixelType)]
public void ImageShouldApplyHueFilter<TPixel>(TestImageProvider<TPixel> provider, int value) public void ImageShouldApplyHueFilter<TPixel>(TestImageProvider<TPixel> provider, int value)
where TPixel : struct, IPixel<TPixel> where TPixel : struct, IPixel<TPixel>
{ {
@ -31,7 +31,7 @@ namespace ImageSharp.Tests.Processing.ColorMatrix
} }
[Theory] [Theory]
[WithFileCollection(nameof(AllBmpFiles), nameof(HueValues), StandardPixelType)] [WithFileCollection(nameof(DefaultFiles), nameof(HueValues), StandardPixelType)]
public void ImageShouldApplyHueFilterInBox<TPixel>(TestImageProvider<TPixel> provider, int value) public void ImageShouldApplyHueFilterInBox<TPixel>(TestImageProvider<TPixel> provider, int value)
where TPixel : struct, IPixel<TPixel> where TPixel : struct, IPixel<TPixel>
{ {

Loading…
Cancel
Save