Skip to content

PLCamera.BslVignettingCorrectionModeEnum Class#

Enables the vignetting correction. This feature allows you to remove vignetting artifacts from your images. To do this, you first have to create vignetting correction data. For more information, see the Basler Product Documentation.

Applies to: boost CoaXPress

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslVignettingCorrectionModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of BslVignettingCorrectionMode (Overrides ParameterListEnum.Name.)
Public propertyOff

The vignetting correction is disabled.

Applies to: boost CoaXPress

Public propertyOn

The vignetting correction is enabled.

Applies to: boost CoaXPress

 

Methods#

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

PLCamera.BslVignettingCorrectionModeEnum.ToString Method#

The full name of BslVignettingCorrectionMode

Return Value#

Type: String
Returns the full name of BslVignettingCorrectionMode

PLCamera.BslVignettingCorrectionModeEnum Constructor#

Initializes a new instance of the PLCamera.BslVignettingCorrectionModeEnum class

PLCamera.BslVignettingCorrectionModeEnum.Name Property#

The full name of BslVignettingCorrectionMode

PLCamera.BslVignettingCorrectionModeEnum.Off Property#

The vignetting correction is disabled.

Applies to: boost CoaXPress

PLCamera.BslVignettingCorrectionModeEnum.On Property#

The vignetting correction is enabled.

Applies to: boost CoaXPress