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 (Byte, Byte, Byte, Byte)
Initializes a new instance of the ColorDifference class, using the specified alpha, red, green, and blue values.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: ColorDifference( unsigned char alpha, unsigned char red, unsigned char green, unsigned char blue )
Parameters
- alpha
-
Type:
System::Byte
The alpha (transparency) color channel difference.
- red
-
Type:
System::Byte
The red color channel difference.
- green
-
Type:
System::Byte
The green color channel difference.
- blue
-
Type:
System::Byte
The blue color channel difference.
Show: