From f6dbf84144fb58454b1f79985b9f3d100c07c1fd 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 { ///