ColorDifference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ColorDifference() | |
ColorDifference(Byte) | |
ColorDifference(Byte, Byte, Byte) | |
ColorDifference(Byte, Byte, Byte, Byte) |
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