@ -8,7 +8,7 @@ using System.Runtime.CompilerServices;
namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders
{
public static partial class PorterDuffFunctions
internal static partial class PorterDuffFunctions
@ -22,7 +22,7 @@ using System.Runtime.CompilerServices;
<# void GeneratePixelBlenders(string blender) { #>
/// <summary>
@ -18,7 +18,7 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders
/// Note there are faster functions for when the backdrop color is known
/// to be opaque
/// </remarks>
/// Returns the result of the "Normal" compositing equation.