@@ -13,7 +13,6 @@ internal static partial class PorterDuffFunctions
1313
1414
1515
16-
1716 /// <summary>
1817 /// Returns the result of the "NormalSrc" compositing equation.
1918 /// </summary>
@@ -419,7 +418,6 @@ public static TPixel NormalXor<TPixel>(TPixel backdrop, TPixel source, float opa
419418 return dest ;
420419 }
421420
422-
423421 /// <summary>
424422 /// Returns the result of the "MultiplySrc" compositing equation.
425423 /// </summary>
@@ -825,7 +823,6 @@ public static TPixel MultiplyXor<TPixel>(TPixel backdrop, TPixel source, float o
825823 return dest ;
826824 }
827825
828-
829826 /// <summary>
830827 /// Returns the result of the "AddSrc" compositing equation.
831828 /// </summary>
@@ -1231,7 +1228,6 @@ public static TPixel AddXor<TPixel>(TPixel backdrop, TPixel source, float opacit
12311228 return dest ;
12321229 }
12331230
1234-
12351231 /// <summary>
12361232 /// Returns the result of the "SubtractSrc" compositing equation.
12371233 /// </summary>
@@ -1637,7 +1633,6 @@ public static TPixel SubtractXor<TPixel>(TPixel backdrop, TPixel source, float o
16371633 return dest ;
16381634 }
16391635
1640-
16411636 /// <summary>
16421637 /// Returns the result of the "ScreenSrc" compositing equation.
16431638 /// </summary>
@@ -2043,7 +2038,6 @@ public static TPixel ScreenXor<TPixel>(TPixel backdrop, TPixel source, float opa
20432038 return dest ;
20442039 }
20452040
2046-
20472041 /// <summary>
20482042 /// Returns the result of the "DarkenSrc" compositing equation.
20492043 /// </summary>
@@ -2449,7 +2443,6 @@ public static TPixel DarkenXor<TPixel>(TPixel backdrop, TPixel source, float opa
24492443 return dest ;
24502444 }
24512445
2452-
24532446 /// <summary>
24542447 /// Returns the result of the "LightenSrc" compositing equation.
24552448 /// </summary>
@@ -2855,7 +2848,6 @@ public static TPixel LightenXor<TPixel>(TPixel backdrop, TPixel source, float op
28552848 return dest ;
28562849 }
28572850
2858-
28592851 /// <summary>
28602852 /// Returns the result of the "OverlaySrc" compositing equation.
28612853 /// </summary>
@@ -3261,7 +3253,6 @@ public static TPixel OverlayXor<TPixel>(TPixel backdrop, TPixel source, float op
32613253 return dest ;
32623254 }
32633255
3264-
32653256 /// <summary>
32663257 /// Returns the result of the "HardLightSrc" compositing equation.
32673258 /// </summary>
0 commit comments