diff --git a/tests/ImageSharp.Tests/PixelFormats/PixelBlenders/PorterDuffFunctionsTests.cs b/tests/ImageSharp.Tests/PixelFormats/PixelBlenders/PorterDuffFunctionsTests.cs index 4891f9e44..d2ca3f12c 100644 --- a/tests/ImageSharp.Tests/PixelFormats/PixelBlenders/PorterDuffFunctionsTests.cs +++ b/tests/ImageSharp.Tests/PixelFormats/PixelBlenders/PorterDuffFunctionsTests.cs @@ -497,7 +497,8 @@ public class PorterDuffFunctionsTests } /// - /// Creates serializable vector test data without relying on the legacy convenience constructor's channel assignments. + /// Creates serializable vector test data without relying on , + /// which assigns Z from X and can hide channel-specific regressions. /// /// The X component. /// The Y component.