Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ColorDifference Constructor

 

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

NameDescription
System_CAPS_pubmethodColorDifference()

Initializes a new instance of the ColorDifference class, using values of zero, which indicates zero tolerance.

Alpha is set to 255, which indicates maximum tolerance for transparency.

System_CAPS_pubmethodColorDifference(Byte)

Initializes a new instance of the ColorDifference class, setting red, green, and blue to specified value.

Alpha is set to 255, which indicates maximum tolerance for transparency.

System_CAPS_pubmethodColorDifference(Byte, Byte, Byte)

Initializes a new instance of the ColorDifference class, using the specified red, green, and blue values.

Alpha is set to 255, which indicates maximum tolerance for transparency.

System_CAPS_pubmethodColorDifference(Byte, Byte, Byte, Byte)

Initializes a new instance of the ColorDifference class, using the specified alpha, red, green, and blue values.

Return to top
Show: