Class
Accessible
Camera.Color.Temperature.RgbModel.GetSupported
Syntax
uEye.ColorTemperatureRgbModel.GetSupported(out uEye.Defines.ColorTemperatureRgbMode modelMode)
Description
Returns the supported color spaces.
Parameter
modelMode |
Returns the supported color spaces. •uEye.Defines.ColorTemperatureRgbMode.ADOBE_RGB_D65: Adobe RGB color space with a white point of 6500 kelvins (mid daylight). The Adobe RGB color space is larger than the sRGB color space, but not all devices can render it. •uEye.Defines.ColorTemperatureRgbMode.CIE_RGB_E: CIE-RGB color space with standard illumination E •uEye.Defines.ColorTemperatureRgbMode.ECI_RGB_D50: ECI-RGB color space with a white point of 5000 kelvins (warm light) •uEye.Defines.ColorTemperatureRgbMode.SRGB_D50: sRGB (standard RGB) color space with a white point of 5000 kelvins (warm light) •uEye.Defines.ColorTemperatureRgbMode.SRGB_D65: sRGB (standard RGB) color space with a white point of 6500 kelvins (mid daylight) |