Atalasoft dotImage Send comments on this topic.
BrightnessContrastCurveType Enumeration
See Also  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : BrightnessContrastCurveType Enumeration




Indicates the curve type used in the BrightnessContrastCommand.

Syntax

Visual Basic (Declaration) 
Public Enum BrightnessContrastCurveType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BrightnessContrastCurveType
C# 
public enum BrightnessContrastCurveType : Enum 
Managed Extensions for C++ 
__value public enum BrightnessContrastCurveType : public Enum 
C++/CLI 
public enum class BrightnessContrastCurveType : public Enum 

Members

MemberDescription
ThreePointThe 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.
FivePointThe default curve type for traditional Brightness/Contrast adjustment.
SevenPointThe seven point curve forces pixels in the extreme dark and light ranges to black or white faster than the five point curve.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Atalasoft.Imaging.ImageProcessing.Effects.BrightnessContrastCurveType

Requirements

Namespace: Atalasoft.Imaging.ImageProcessing.Effects

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also