コード例 #1
0
 /// <inheritdoc />
 public override TPixel Blend(TPixel background, TPixel source, float amount)
 {
     return(PorterDuffFunctions.HardLight(background, source, amount));
 }