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

System.Drawing.Imaging.Effects.ColorBalanceEffect

public class ColorBalanceEffect : Effect
Adjusts the color balance of an image.
public int CyanRed { get; }

Gets the amount of cyanRed in the image.

public int MagentaGreen { get; }

Gets the amount of magentaGreen in the image

public int YellowBlue { get; }

Gets the amount of yellowBlue in the image.

public ColorBalanceEffect(int cyanRed, int magentaGreen, int yellowBlue)

Creates a new ColorBalanceEffect with the specified red, green, and blue values.