|
|
|
@ -4,10 +4,6 @@ |
|
|
|
// <auto-generated />
|
|
|
|
using System; |
|
|
|
using System.Numerics; |
|
|
|
using System.Buffers; |
|
|
|
|
|
|
|
using SixLabors.ImageSharp.Memory; |
|
|
|
using SixLabors.Memory; |
|
|
|
|
|
|
|
namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
{ |
|
|
|
@ -26,7 +22,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalSrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -65,7 +60,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplySrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -104,7 +98,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddSrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -143,7 +136,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractSrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -182,7 +174,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenSrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -221,7 +212,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenSrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -260,7 +250,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenSrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -299,7 +288,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlaySrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -338,7 +326,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightSrc" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -377,7 +364,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalSrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -416,7 +402,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplySrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -455,7 +440,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddSrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -494,7 +478,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractSrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -533,7 +516,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenSrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -572,7 +554,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenSrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -611,7 +592,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenSrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -650,7 +630,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlaySrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -689,7 +668,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightSrcAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -728,7 +706,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalSrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -767,7 +744,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplySrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -806,7 +782,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddSrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -845,7 +820,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractSrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -884,7 +858,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenSrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -923,7 +896,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenSrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -962,7 +934,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenSrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1001,7 +972,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlaySrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1040,7 +1010,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightSrcOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1079,7 +1048,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalSrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1118,7 +1086,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplySrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1157,7 +1124,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddSrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1196,7 +1162,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractSrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1235,7 +1200,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenSrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1274,7 +1238,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenSrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1313,7 +1276,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenSrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1352,7 +1314,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlaySrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1391,7 +1352,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightSrcIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1430,7 +1390,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalSrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1469,7 +1428,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplySrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1508,7 +1466,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddSrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1547,7 +1504,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractSrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1586,7 +1542,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenSrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1625,7 +1580,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenSrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1664,7 +1618,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenSrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1703,7 +1656,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlaySrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1742,7 +1694,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightSrcOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1781,7 +1732,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1820,7 +1770,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplyDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1859,7 +1808,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1898,7 +1846,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1937,7 +1884,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -1976,7 +1922,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2015,7 +1960,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2054,7 +1998,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlayDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2093,7 +2036,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightDest" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2132,7 +2074,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2171,7 +2112,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplyDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2210,7 +2150,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2249,7 +2188,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2288,7 +2226,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2327,7 +2264,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2366,7 +2302,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2405,7 +2340,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlayDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2444,7 +2378,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightDestAtop" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2483,7 +2416,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2522,7 +2454,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplyDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2561,7 +2492,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2600,7 +2530,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2639,7 +2568,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2678,7 +2606,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2717,7 +2644,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2756,7 +2682,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlayDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2795,7 +2720,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightDestOver" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2834,7 +2758,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2873,7 +2796,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplyDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2912,7 +2834,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2951,7 +2872,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -2990,7 +2910,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3029,7 +2948,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3068,7 +2986,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3107,7 +3024,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlayDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3146,7 +3062,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightDestIn" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3185,7 +3100,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3224,7 +3138,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplyDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3263,7 +3176,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3302,7 +3214,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3341,7 +3252,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3380,7 +3290,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3419,7 +3328,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3458,7 +3366,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlayDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3497,7 +3404,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightDestOut" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3536,7 +3442,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3575,7 +3480,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplyClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3614,7 +3518,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3653,7 +3556,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3692,7 +3594,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3731,7 +3632,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3770,7 +3670,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3809,7 +3708,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlayClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3848,7 +3746,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightClear" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3887,7 +3784,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "NormalXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3926,7 +3822,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "MultiplyXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -3965,7 +3860,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "AddXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -4004,7 +3898,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "SubtractXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -4043,7 +3936,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "ScreenXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -4082,7 +3974,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "DarkenXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -4121,7 +4012,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "LightenXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -4160,7 +4050,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "OverlayXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
@ -4199,7 +4088,6 @@ namespace SixLabors.ImageSharp.PixelFormats.PixelBlenders |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// A pixel blender that implements the "HardLightXor" composition equation.
|
|
|
|
/// </summary>
|
|
|
|
|