From d1a62b36429dc3d572e97aa21531ab9050c019dc Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 16 May 2017 09:14:35 +1000 Subject: [PATCH] Make AlmostEquatable public so tests pass. --- src/ImageSharp/ColorSpaces/IAlmostEquatable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/ColorSpaces/IAlmostEquatable.cs b/src/ImageSharp/ColorSpaces/IAlmostEquatable.cs index 6f673d02fb..a67eaeb064 100644 --- a/src/ImageSharp/ColorSpaces/IAlmostEquatable.cs +++ b/src/ImageSharp/ColorSpaces/IAlmostEquatable.cs @@ -13,7 +13,7 @@ namespace ImageSharp.ColorSpaces /// /// The type of objects to compare. /// The object specifying the type to specify precision with. - internal interface IAlmostEquatable + public interface IAlmostEquatable where TPrecision : struct, IComparable { ///