|
|
|
@ -13,7 +13,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "NormalSrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -419,7 +418,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "MultiplySrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -825,7 +823,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "AddSrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1231,7 +1228,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "SubtractSrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1637,7 +1633,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "ScreenSrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2043,7 +2038,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "DarkenSrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2449,7 +2443,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "LightenSrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2855,7 +2848,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "OverlaySrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3261,7 +3253,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
return dest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Returns the result of the "HardLightSrc" compositing equation.
|
|
|
|
/// </summary>
|
|
|
|
|