ExposureCurveEffect public class ExposureCurveEffect : ColorCurveEffect Simulates increasing or decreasing the exposure of a photograph Documentation Code public int Exposure { get; } Gets the exposure value. public ExposureCurveEffect(CurveChannel channel, int exposure) Creates a new ExposureCurveEffect with the given exposure adjustment.