Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetSaturation |
uEye Camera Manual Version 3.80
is_SetSaturation
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetSaturation (HIDS hCam, INT ChromU, INT ChromV)
Description
Using is_SetSaturation(), you can set the software color saturation.
|
|
Input Parameters
hCam |
Camera handle |
ChromU |
U saturation: value multiplied by 100. Range: [IS_MIN_SATURATION … IS_MAX_SATURATION] |
IS_GET_SATURATION_U |
Returns the current value for the U saturation. |
ChromV |
V saturation: value multiplied by 100. Range: [IS_MIN_SATURATION … IS_MAX_SATURATION] |
IS_GET_SATURATION_V |
Returns the current value for the V saturation. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
|
IS_INVALID_PARAMETER |
Invalid value for the ChromU or ChromV parameter. |
Related Functions