Skip to content

PLCamera.BslContrastModeEnum Class#

Sets the contrast mode.

Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslContrastModeEnum

Constructors#

 NameDescription
Public methodPLCamera.BslContrastModeEnum Initializes a new instance of the PLCamera.BslContrastModeEnum class
 

Properties#

 NameDescription
Public propertyLinear

The camera uses a linear function to adjust the contrast. Increasing or decreasing the contrast, increases or decreases the gradient of the linear function.

Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB

Public propertyName The full name of BslContrastMode (Overrides ParameterListEnum.Name.)
Public propertySCurve

The camera uses an S-curve function to adjust the contrast. This allows you to improve the perceived contrast while preserving the dynamic range of the image.

Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB

 

Methods#

 NameDescription
Public methodToString The full name of BslContrastMode (Overrides Object.ToString()()()().)
 

PLCamera.BslContrastModeEnum.ToString Method#

The full name of BslContrastMode

Return Value#

Type: String
Returns the full name of BslContrastMode

PLCamera.BslContrastModeEnum Constructor#

Initializes a new instance of the PLCamera.BslContrastModeEnum class

PLCamera.BslContrastModeEnum.Linear Property#

The camera uses a linear function to adjust the contrast. Increasing or decreasing the contrast, increases or decreases the gradient of the linear function.

Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB

PLCamera.BslContrastModeEnum.Name Property#

The full name of BslContrastMode

PLCamera.BslContrastModeEnum.SCurve Property#

The camera uses an S-curve function to adjust the contrast. This allows you to improve the perceived contrast while preserving the dynamic range of the image.

Applies to: GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB