Browse Source

Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
pull/3163/head
James Jackson-South 1 week ago
committed by GitHub
parent
commit
ad12d7a4bb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      tests/ImageSharp.Tests/PixelFormats/PixelBlenders/PorterDuffFunctionsTests.cs

3
tests/ImageSharp.Tests/PixelFormats/PixelBlenders/PorterDuffFunctionsTests.cs

@ -497,7 +497,8 @@ public class PorterDuffFunctionsTests
}
/// <summary>
/// Creates serializable vector test data without relying on the legacy convenience constructor's channel assignments.
/// Creates serializable vector test data without relying on <see cref="TestVector4.TestVector4(float, float, float, float)"/>,
/// which assigns <c>Z</c> from <c>X</c> and can hide channel-specific regressions.
/// </summary>
/// <param name="x">The X component.</param>
/// <param name="y">The Y component.</param>

Loading…
Cancel
Save