Class
Accessible
Camera.Image.GetValues
Syntax
uEye.Image.GetValues(int32 s32MemID, uEye.Defines.ColorMode colorMode, int s32X, int s32Y, out int s32Red, out int s32Green, out int s32Blue)
uEye.Image.GetValues(int32 s32MemID, uEye.Defines.ColorMode colorMode, int s32X, int s32Y, out int s32Mono)
Description
Returns the RGB values of a specific position of the image.
Parameter
s32MemID |
Image memory ID |
colorMode |
Sets the color mode (see GetSupported()). |
s32X |
X position |
s32Y |
Y position |
s32Red |
Returns the red value. |
s32Green |
Returns the green value. |
s32Blue |
Returns the blue value. |
s32Mono |
Only monochrome formats: returns the gray value |