ColorDifference.Green Property
Green color channel difference.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Property Green As Byte
public byte Green { get; set; }
public:
property unsigned char Green {
unsigned char get ();
void set (unsigned char value);
}
member Green : byte with get, set
function get Green () : byte
function set Green (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.