From 7a4535459d3755d4db1c90f856a1d299e1e21032 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 22 Oct 2019 15:43:53 +1100 Subject: [PATCH] Revert exposing PortDuffFunctions --- .../PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.cs | 2 +- .../PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.tt | 2 +- .../PixelFormats/PixelBlenders/PorterDuffFunctions.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.cs b/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.cs index ff2d25775b..25f3979e20 100644 --- a/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.cs +++ b/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.cs @@ -8,7 +8,7 @@ using System.Runtime.CompilerServices; namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders { - public static partial class PorterDuffFunctions + internal static partial class PorterDuffFunctions { diff --git a/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.tt b/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.tt index a7f3760891..b5af355c5f 100644 --- a/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.tt +++ b/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.Generated.tt @@ -22,7 +22,7 @@ using System.Runtime.CompilerServices; namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders { - public static partial class PorterDuffFunctions + internal static partial class PorterDuffFunctions { <# void GeneratePixelBlenders(string blender) { #> /// diff --git a/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.cs b/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.cs index c7923637c0..ed98de0f14 100644 --- a/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.cs +++ b/src/ImageSharp/PixelFormats/PixelBlenders/PorterDuffFunctions.cs @@ -18,7 +18,7 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders /// Note there are faster functions for when the backdrop color is known /// to be opaque /// - public static partial class PorterDuffFunctions + internal static partial class PorterDuffFunctions { /// /// Returns the result of the "Normal" compositing equation.