Skip to content

PLCamera.BslColorSpaceModeEnum 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: dart USB and pulse USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslColorSpaceModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of BslColorSpaceMode (Overrides ParameterListEnum.Name.)
Public propertyRGB

The color space is set to RGB.

Applies to: dart USB and pulse 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: dart USB and pulse USB

 

Methods#

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

PLCamera.BslColorSpaceModeEnum.ToString Method#

The full name of BslColorSpaceMode

Return Value#

Type: String
Returns the full name of BslColorSpaceMode

PLCamera.BslColorSpaceModeEnum Constructor#

Initializes a new instance of the PLCamera.BslColorSpaceModeEnum class

PLCamera.BslColorSpaceModeEnum.Name Property#

The full name of BslColorSpaceMode

PLCamera.BslColorSpaceModeEnum.RGB Property#

The color space is set to RGB.

Applies to: dart USB and pulse USB

PLCamera.BslColorSpaceModeEnum.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: dart USB and pulse USB