| Home > Function descriptions > | History back Previous chapter Next chapter Print |
DRGetOverlayKeyColor |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG DRGetOverlayKeyColor (LONG* pnRed, LONG* pnGreen, LONG* pnBlue)
Description
DRGetOverlayKeyColor() returns the RGB values of the current key color (default: black).
Parameters
pnRed |
Pointer to variable returning the red value of the key color. |
pnGreen |
Pointer to variable returning the green value of the key color. |
pnBlue |
Pointer to variable returning the blue value of the key color. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related properties
Related functions