MotionDetector_CellColorIntensity
Delphi
function MotionDetector_CellColorIntensity (RGBSelector: TRGBSelector; x: LongInt; y: LongInt): LongInt;
C++Builder
System::LongInt __fastcall MotionDetector_CellColorIntensity(TRGBSelector RGBSelector, System::LongInt x, System::LongInt y);
C#
public int MotionDetector_CellColorIntensity(TRGBSelector RGBSelector, int x, int y);
VB.NET
Public Function MotionDetector_CellColorIntensity(RGBSelector As TRGBSelector, x As Integer, y As Integer) As Integer
C++/Qt
int MotionDetector_CellColorIntensity (TRGBSelector RGBSelector, int x, int y);
Retrieves the current average color intensity of a cell in the grid. The RGBSelector parameter specifies the color to retrieve (R, G or B).