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