TVideoGrabber.MotionDetector_CellColorIntensity

Prev

Next

TVideoGrabber

Methods

 




































































































Retrieves the color intensity of a cell in the grid.


Declaration
function MotionDetector_CellColorIntensity (RGBSelector: TRGBSelector; x, y: LongInt): LongInt;


int __fastcall MotionDetector_CellColorIntensity(TRGBSelector RGBSelector, int x, int y);


function MotionDetector_CellColorIntensity (RGBSelector as TRGBSelector, x as Long, y as Long) as Long

Description

Retrieves the current average color intensity of a cell in the grid.
The RGBSelector parameter specifies the color to retrieve (R, G or B).