ColorSpace
The color space in which the results of analysis are provided. Set this parameter to one of the following values:
RGB
YCbCr
HSL
HSV
CIELAB
Media Server returns a color as three integer values separated by spaces, for example 217 167 142
.
For HSL and HSV color spaces, the Hue (H) is reported in the range 0-359.
For all color spaces except CIELAB, the remaining values can range from 0 to 255.
For CIELAB (which is designed to model human color perception), the first integer value can range from 0 to 100, and the second and third integer values range from around -100 to 100.
Type: | String |
Default: | RGB |
Required: | No |
Configuration Section: | TaskName |
Example: | ColorSpace=YCbCr
|
See Also: |