Share via


ColorDifference Constructors

Definition

Overloads

ColorDifference()

public:
 ColorDifference();
public ColorDifference();
Public Sub New ()

Applies to

ColorDifference(Byte)

public:
 ColorDifference(System::Byte rgbTolerance);
public ColorDifference(byte rgbTolerance);
new Microsoft.VisualStudio.TestTools.UITesting.ColorDifference : byte -> Microsoft.VisualStudio.TestTools.UITesting.ColorDifference
Public Sub New (rgbTolerance As Byte)

Parameters

rgbTolerance
Byte

Applies to

ColorDifference(Byte, Byte, Byte)

public:
 ColorDifference(System::Byte red, System::Byte green, System::Byte blue);
public ColorDifference(byte red, byte green, byte blue);
new Microsoft.VisualStudio.TestTools.UITesting.ColorDifference : byte * byte * byte -> Microsoft.VisualStudio.TestTools.UITesting.ColorDifference
Public Sub New (red As Byte, green As Byte, blue As Byte)

Parameters

red
Byte
green
Byte
blue
Byte

Applies to

ColorDifference(Byte, Byte, Byte, Byte)

public:
 ColorDifference(System::Byte alpha, System::Byte red, System::Byte green, System::Byte blue);
public ColorDifference(byte alpha, byte red, byte green, byte blue);
new Microsoft.VisualStudio.TestTools.UITesting.ColorDifference : byte * byte * byte * byte -> Microsoft.VisualStudio.TestTools.UITesting.ColorDifference
Public Sub New (alpha As Byte, red As Byte, green As Byte, blue As Byte)

Parameters

alpha
Byte
red
Byte
green
Byte
blue
Byte

Applies to