<PackageReference Include="System.Drawing.Common" Version="9.0.5" />

CompositingMode

public enum CompositingMode
Specifies how the source colors are combined with the background colors.
namespace System.Drawing.Drawing2D { public enum CompositingMode { SourceOver, SourceCopy } }