Browse Source
Update tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/2417/head
Stefan Nikolei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs
|
|
|
@ -556,7 +556,7 @@ public class JpegColorConverterTests |
|
|
|
[Theory] |
|
|
|
[MemberData(nameof(Seeds))] |
|
|
|
public void FromYccKArm64(int seed) => |
|
|
|
this.TestConversionToRgb( new JpegColorConverterBase.YccKArm64(8), |
|
|
|
this.TestConversionToRgb(new JpegColorConverterBase.YccKArm64(8), |
|
|
|
4, |
|
|
|
seed, |
|
|
|
new JpegColorConverterBase.YccKScalar(8)); |
|
|
|
|