PLCamera.ColorTransformationSelectorEnum Class#
Applies to: CameraLink, GigE, ace 2 CXP, 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#
Name | Description | |
---|---|---|
PLCamera.ColorTransformationSelectorEnum | Initializes a new instance of the PLCamera.ColorTransformationSelectorEnum class |
Properties#
Name | Description | |
---|---|---|
Name | The full name of ColorTransformationSelector (Overrides ParameterListEnum.Name.) | |
RGBtoRGB | Color transformation from RGB to RGB will be performed. Applies to: CameraLink, GigE, ace 2 CXP, ace 2 GigE, ace 2 USB, ace USB and boost CoaXPress | |
RGBtoYUV | Color transformation from RGB to YUV will be performed. Applies to: CameraLink, GigE and ace USB | |
YUVtoRGB | Color transformation from YUV to RGB will be performed. Applies to: CameraLink, GigE and ace USB |
Methods#
Name | Description | |
---|---|---|
ToString | 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 CXP, 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