Skip to content

PLCamera.BslColorSpaceEnum Class#

Sets the color space for image acquisitions. Note that the gamma correction value also influences the perception of brightness in the resulting images.

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

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslColorSpaceEnum

Constructors#

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

Properties#

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

No additional gamma correction value is applied.

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

Public propertysRgb

The color space is set to sRGB. The image brightness is optimized for display on an sRGB monitor. A gamma correction value of approximately 0.4 is applied.

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

 

Methods#

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

PLCamera.BslColorSpaceEnum.ToString Method#

The full name of BslColorSpace

Return Value#

Type: String
Returns the full name of BslColorSpace

PLCamera.BslColorSpaceEnum Constructor#

Initializes a new instance of the PLCamera.BslColorSpaceEnum class

PLCamera.BslColorSpaceEnum.Name Property#

The full name of BslColorSpace

PLCamera.BslColorSpaceEnum.Off Property#

No additional gamma correction value is applied.

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

PLCamera.BslColorSpaceEnum.sRgb Property#

The color space is set to sRGB. The image brightness is optimized for display on an sRGB monitor. A gamma correction value of approximately 0.4 is applied.

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