Skip to content

PLCamera.TonalRangeSelectorEnum Class#

Sets which pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

Visibility: Expert

Selecting Parameters: TonalRangeSourceBright, TonalRangeSourceDark, TonalRangeTargetBright, TonalRangeTargetDark

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.TonalRangeSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBlue

Only the blue pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

Public propertyGreen

Only the green pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

Public propertyName The full name of TonalRangeSelector (Overrides ParameterListEnum.Name.)
Public propertyRed

Only the red pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

Public propertySum

The summed RGB pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.TonalRangeSelectorEnum.ToString Method#

The full name of TonalRangeSelector

Return Value#

Type: String
Returns the full name of TonalRangeSelector

PLCamera.TonalRangeSelectorEnum Constructor#

Initializes a new instance of the PLCamera.TonalRangeSelectorEnum class

PLCamera.TonalRangeSelectorEnum.Blue Property#

Only the blue pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

PLCamera.TonalRangeSelectorEnum.Green Property#

Only the green pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

PLCamera.TonalRangeSelectorEnum.Name Property#

The full name of TonalRangeSelector

PLCamera.TonalRangeSelectorEnum.Red Property#

Only the red pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB

PLCamera.TonalRangeSelectorEnum.Sum Property#

The summed RGB pixel values are used for tonal range adjustments.

Applies to: GigE and ace USB