<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.3.25173.2" />

TintEffect

public class TintEffect : Effect
Applies a tint to an image.
public int Amount { get; }

Gets the amount that the hue is strengthened or weakened.

public int Hue { get; }

Gets the hue value.

public TintEffect(Color color, int amount)

Creates a new TintEffect with the specified hue adjustment.

public TintEffect(int hue, int amount)

Creates a new with the specified hue adjustment.