Skip to content

PLCamera.ColorAdjustmentSelectorEnum Class#

Sets which color in your images will be adjusted.

Applies to: CameraLink, GigE and ace USB

Visibility: Expert

Selecting Parameters: ColorAdjustmentHue, ColorAdjustmentHueRaw, ColorAdjustmentSaturation, ColorAdjustmentSaturationRaw

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ColorAdjustmentSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBlue

Colors with a predominant blue component can be adjusted.

Applies to: CameraLink, GigE and ace USB

Public propertyCyan

Colors with a predominant cyan component can be adjusted.

Applies to: CameraLink, GigE and ace USB

Public propertyGreen

Colors with a predominant green component can be adjusted.

Applies to: CameraLink, GigE and ace USB

Public propertyMagenta

Colors with a predominant magenta component can be adjusted.

Applies to: CameraLink, GigE and ace USB

Public propertyName The full name of ColorAdjustmentSelector (Overrides ParameterListEnum.Name.)
Public propertyRed

Colors with a predominant red component can be adjusted.

Applies to: CameraLink, GigE and ace USB

Public propertyYellow

Colors with a predominant yellow component can be adjusted.

Applies to: CameraLink, GigE and ace USB

 

Methods#

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

PLCamera.ColorAdjustmentSelectorEnum.ToString Method#

The full name of ColorAdjustmentSelector

Return Value#

Type: String
Returns the full name of ColorAdjustmentSelector

PLCamera.ColorAdjustmentSelectorEnum Constructor#

Initializes a new instance of the PLCamera.ColorAdjustmentSelectorEnum class

PLCamera.ColorAdjustmentSelectorEnum.Blue Property#

Colors with a predominant blue component can be adjusted.

Applies to: CameraLink, GigE and ace USB

PLCamera.ColorAdjustmentSelectorEnum.Cyan Property#

Colors with a predominant cyan component can be adjusted.

Applies to: CameraLink, GigE and ace USB

PLCamera.ColorAdjustmentSelectorEnum.Green Property#

Colors with a predominant green component can be adjusted.

Applies to: CameraLink, GigE and ace USB

PLCamera.ColorAdjustmentSelectorEnum.Magenta Property#

Colors with a predominant magenta component can be adjusted.

Applies to: CameraLink, GigE and ace USB

PLCamera.ColorAdjustmentSelectorEnum.Name Property#

The full name of ColorAdjustmentSelector

PLCamera.ColorAdjustmentSelectorEnum.Red Property#

Colors with a predominant red component can be adjusted.

Applies to: CameraLink, GigE and ace USB

PLCamera.ColorAdjustmentSelectorEnum.Yellow Property#

Colors with a predominant yellow component can be adjusted.

Applies to: CameraLink, GigE and ace USB