LevelsEffect public class LevelsEffect : Effect Documentation Code public int Highlight { get; } public int Midtone { get; } public int Shadow { get; } public LevelsEffect(int highlight, int midtone, int shadow)