PLCamera.ColorSpaceEnum Class#
Applies to: ace USB
Visibility: Beginner
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.ColorSpaceEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.ColorSpaceEnum | Initializes a new instance of the PLCamera.ColorSpaceEnum class |
Properties#
Name | Description | |
---|---|---|
Name | The full name of ColorSpace (Overrides ParameterListEnum.Name.) | |
RGB | The color space is set to RGB. Applies to: ace USB | |
sRGB | The color space is set to sRGB. The image brightness is optimized for display on sRGB monitors. Applies to: ace USB |
Methods#
Name | Description | |
---|---|---|
ToString | The full name of ColorSpace (Overrides Object.ToString()()()().) |
PLCamera.ColorSpaceEnum.ToString Method#
The full name of ColorSpace
Return Value#
Type: String
Returns the full name of ColorSpace
PLCamera.ColorSpaceEnum Constructor#
Initializes a new instance of the PLCamera.ColorSpaceEnum class
PLCamera.ColorSpaceEnum.Name Property#
The full name of ColorSpace
PLCamera.ColorSpaceEnum.RGB Property#
The color space is set to RGB.
Applies to: ace USB
PLCamera.ColorSpaceEnum.sRGB Property#
The color space is set to sRGB. The image brightness is optimized for display on sRGB monitors.
Applies to: ace USB