| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetColorConverter |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetColorConverter (LONG ColorMode,
LONG* pCurrentConvertMode,
LONG* pDefaultConvertMode,
LONG* pSupportedConvertModes)
Description
For color cameras, GetColorConverter returns the set mode or all available Bayer conversion modes for the specified color mode. The return value depends on the selected color mode. For further information, please refer to the "Color formats" chapter in the uEye Manual.
Parameters
ColorMode |
color mode for which the converter is to be returned For a list of all available color formats and the associated input parameters, see SetColorMode() |
pCurrentConvertMode |
Currently selected converter for this color mode |
pDefaultConvertMode |
Default converter for this color mode |
pSupportedConvertModes |
All converters supported for this color mode |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_INVALID_COLOR_FORMAT |
The ColorMode parameter is invalid or not supported. |