Click or drag to resize

BrightnessContrastCurveType Enumeration

Indicates the curve type used in the BrightnessContrastCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum BrightnessContrastCurveType
Members
  Member nameDescription
ThreePoint The three point curve emphasizes mid-tones more than the five or seven point curves. This is closest to the brightness / contrast that Adobe Photoshop uses.
FivePoint The default curve type for traditional Brightness/Contrast adjustment.
SevenPoint The seven point curve forces pixels in the extreme dark and light ranges to black or white faster than the five point curve.
See Also

Reference

BrightnessContrastCommand