Skip to content

PLCamera.ColorTransformationSelectorEnum Class#

Sets which type of color transformation will be performed.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress

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, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress

Public propertyRGBtoYUV

Color transformation from RGB to YUV will be performed.

Applies to: CameraLink, GigE and ace USB

Public propertyYUVtoRGB

Color transformation from YUV to RGB will be performed.

Applies to: CameraLink, 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, GigE, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress

PLCamera.ColorTransformationSelectorEnum.RGBtoYUV Property#

Color transformation from RGB to YUV will be performed.

Applies to: CameraLink, GigE and ace USB

PLCamera.ColorTransformationSelectorEnum.YUVtoRGB Property#

Color transformation from YUV to RGB will be performed.

Applies to: CameraLink, GigE and ace USB