Skip to content

PLCamera.ColorTransformationSelectorEnum Class#

Sets which type of color transformation will be performed.

Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Visibility: Expert

Selecting Parameters: ColorTransformationEnable, ColorTransformationValue, ColorTransformationValueSelector, LightSourceSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ColorTransformationSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyName The full name of ColorTransformationSelector (Overrides ParameterListEnum.Name.)
Public propertyRGBtoRGB

Color transformation from RGB to RGB will be performed.

Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

Public propertyRGBtoYUV

Color transformation from RGB to YUV will be performed.

Applies to: CameraLink, ace GigE and ace USB

Public propertyYUVtoRGB

Color transformation from YUV to RGB will be performed.

Applies to: CameraLink, ace GigE and ace USB

 

Methods#

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

PLCamera.ColorTransformationSelectorEnum.ToString Method#

The full name of ColorTransformationSelector

Return Value#

Type: String
Returns the full name of ColorTransformationSelector

PLCamera.ColorTransformationSelectorEnum Constructor#

Initializes a new instance of the PLCamera.ColorTransformationSelectorEnum class

PLCamera.ColorTransformationSelectorEnum.Name Property#

The full name of ColorTransformationSelector

PLCamera.ColorTransformationSelectorEnum.RGBtoRGB Property#

Color transformation from RGB to RGB will be performed.

Applies to: CameraLink, ace 2 CXP, ace 2 GigE, ace 2 USB, ace GigE, ace USB, boost CoaXPress, dart GigE, racer 2S 5GigE, racer 2S CXP and racer 2S GigE

PLCamera.ColorTransformationSelectorEnum.RGBtoYUV Property#

Color transformation from RGB to YUV will be performed.

Applies to: CameraLink, ace GigE and ace USB

PLCamera.ColorTransformationSelectorEnum.YUVtoRGB Property#

Color transformation from YUV to RGB will be performed.

Applies to: CameraLink, ace GigE and ace USB