Share via


ColorDifference Constructor

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ColorDifference() 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.
Public method ColorDifference(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.
Public method ColorDifference(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.
Public method ColorDifference(Byte, Byte, Byte, Byte) Initializes a new instance of the ColorDifference class, using the specified alpha, red, green, and blue values.

Top

See Also

Reference

ColorDifference Class

Microsoft.VisualStudio.TestTools.UITesting Namespace