コンテンツにスキップ

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#

 名前説明
Public methodPLCamera.GammaSelectorEnum Initializes a new instance of the PLCamera.GammaSelectorEnum class
 

プロパティ#

 名前説明
Public property名前 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

 

方法#

 名前説明
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