MotionDetector_CompareBlue
property
Delphi
property MotionDetector_CompareBlue: Boolean read GetMotionDetector_CompareBlue write SetMotionDetector_CompareBlue default DEF_MotionDetector_CompareBlue;
C++Builder
__property bool MotionDetector_CompareBlue = {read=GetMotionDetector_CompareBlue, write=SetMotionDetector_CompareBlue, default=1};
C#
public bool MotionDetector_CompareBlue { get; set; }
VB.NET
Public Property MotionDetector_CompareBlue As Boolean
C++/Qt
BOOL GetMotionDetector_CompareBlue ();
void SetMotionDetector_CompareBlue (BOOL Value);
Used to enable/disable the use of the blue color to detect motion. If MotionDetector_GreyScale is enabled this property is ignored.