Get color of the pixel with the specified coordinates.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- point
- Type: AForge..::.IntPoint
Point’s coordiates to get color of.
Return Value
Return pixel’s color at the specified coordinates.
Remarks
See GetPixel(Int32, Int32) for more information.