Skip to content

PLCamera.ColorSpaceEnum 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 USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ColorSpaceEnum

Constructors#

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

Properties#

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

The color space is set to RGB.

Applies to: ace USB

Public propertysRGB

The color space is set to sRGB. The image brightness is optimized for display on sRGB monitors.

Applies to: ace USB

 

Methods#

 NameDescription
Public methodToString 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