PLCamera.BslColorSpaceModeEnum Class#
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#
Name | Description | |
---|---|---|
PLCamera.BslColorSpaceModeEnum | Initializes a new instance of the PLCamera.BslColorSpaceModeEnum class |
Properties#
Name | Description | |
---|---|---|
Name | The full name of BslColorSpaceMode (Overrides ParameterListEnum.Name.) | |
RGB | The color space is set to RGB. Applies to: dart USB and pulse USB | |
sRGB | 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#
Name | Description | |
---|---|---|
ToString | 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