| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_SetSaturation |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USB 3.0 GigE |
USB 2.0 USB 3.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
When used with |
Current setting |
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions