Skip to content

PLCamera.GammaSelectorEnum Class#

Sets the type of gamma to be applied.

Applies to: CameraLink and GigE

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.GammaSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of GammaSelector (Overrides ParameterListEnum.Name.)
Public propertysRGB

The gamma curve is set to a fixed sRGB curve.

Applies to: CameraLink and GigE

Public propertyUser

The gamma curve can be configured by the user.

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.GammaSelectorEnum.ToString Method#

The full name of GammaSelector

Return Value#

Type: String
Returns the full name of GammaSelector

PLCamera.GammaSelectorEnum Constructor#

Initializes a new instance of the PLCamera.GammaSelectorEnum class

PLCamera.GammaSelectorEnum.Name Property#

The full name of GammaSelector

PLCamera.GammaSelectorEnum.sRGB Property#

The gamma curve is set to a fixed sRGB curve.

Applies to: CameraLink and GigE

PLCamera.GammaSelectorEnum.User Property#

The gamma curve can be configured by the user.

Applies to: CameraLink and GigE