| Home > Control properties descriptions > | History back Previous chapter Next chapter Print |
RGBColorModel |
|
uEye ActiveX Manual Version 4.00
Description
With RGBColorModel you can choose between different color spaces. A specific color temperature will result in slightly differing RGB values, depending on the selected color space.
Using ColorTemperature you can fix a setting (in kelvins) for the color temperature of an image when you are using a color camera.
|
|
Parameters
Type |
Value |
Description |
LONG |
RGB_COLOR_MODEL_SRGB_D50 |
sRGB (standard RGB) color space with a white point of 5000 kelvins (warm light) |
RGB_COLOR_MODEL_SRGB_D65 |
sRGB (standard RGB) color space with a white point of 6500 kelvins (mid daylight) |
|
RGB_COLOR_MODEL_CIE_RGB_E |
CIE-RGB color space with standard illumination E |
|
RGB_COLOR_MODEL_ECI_RGB_D50 |
ECI-RGB color space with a white point of 5000 kelvins (warm light) |
|
RGB_COLOR_MODEL_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. |
Related properties
Related functions