Browse Source

Make AlmostEquatable public so tests pass.

af/merge-core
James Jackson-South 9 years ago
parent
commit
f6dbf84144
  1. 2
      src/ImageSharp/ColorSpaces/IAlmostEquatable.cs

2
src/ImageSharp/ColorSpaces/IAlmostEquatable.cs

@ -13,7 +13,7 @@ namespace ImageSharp.ColorSpaces
/// </summary>
/// <typeparam name="TPixel">The type of objects to compare.</typeparam>
/// <typeparam name="TPrecision">The object specifying the type to specify precision with.</typeparam>
internal interface IAlmostEquatable<in TPixel, in TPrecision>
public interface IAlmostEquatable<in TPixel, in TPrecision>
where TPrecision : struct, IComparable<TPrecision>
{
/// <summary>

Loading…
Cancel
Save