ColorBalanceEffect public class ColorBalanceEffect : Effect Documentation Code public int CyanRed { get; } public int MagentaGreen { get; } public int YellowBlue { get; } public ColorBalanceEffect(int cyanRed, int magentaGreen, int yellowBlue)