Description
With SaturationValue you can set the software color saturation.

|
Control properties are only supported for programming in C# and VB.
For programming in C++, use the following functions instead:
•LONG GetSaturationValue() •void SetSaturationValue(LONG nSaturation) |
|

|
In the YUV format, color information (i.e. the color difference signals) is provided by the U and V channels. In the U channel, this information results from the difference between the blue level and Y (luminance), in the V channel from the difference between the red level and Y.
For use in other color formats than YUV, U and V are converted using a driver matrix.
|
|
Parameters
Related functions
•IsSaturationSupported()
•GetSaturationRange()
•GetSaturationValueDefault()