ColorDifference.Blue Property
Blue color channel difference.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property Blue As Byte
public byte Blue { get; set; }
public:
property unsigned char Blue {
unsigned char get ();
void set (unsigned char value);
}
member Blue : byte with get, set
function get Blue () : byte
function set Blue (value : byte)
Property Value
Type: Byte
Returns Byte.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.