Syntax
LUT_GetPresetLUT (IS_LUT_PRESET presetID, IS_LUT_CONFIGURATION_64* lut)
Description
Returns the predefined LUT.
Parameter
presetID |
Sets the ID of the LUT to be returned. •IS_LUT_PRESET_ID_IDENTITY: linear LUT, no image modifications •IS_LUT_PRESET_ID_NEGATIVE: inverts the image •IS_LUT_PRESET_ID_GLOW1: false-color display of the image •IS_LUT_PRESET_ID_GLOW2: false-color display of the image •IS_LUT_PRESET_ID_ASTRO1: false-color display of the image •IS_LUT_PRESET_ID_RAINBOW1: false-color display of the image •IS_LUT_PRESET_ID_MAP1: false-color display of the image •IS_LUT_PRESET_ID_HOT: false-color display of the image •IS_LUT_PRESET_ID_SEPIC: uses sepia toning for coloring the image •IS_LUT_PRESET_ID_ONLY_RED: shows only the red channel of the image •IS_LUT_PRESET_ID_ONLY_GREEN: shows only the green channel of the image •IS_LUT_PRESET_ID_ONLY_BLUE: shows only the blue channel of the image •IS_LUT_PRESET_ID_DIGITAL_GAIN_2X: digital brightness correction •IS_LUT_PRESET_ID_DIGITAL_GAIN_4X: digital brightness correction •IS_LUT_PRESET_ID_DIGITAL_GAIN_8X: digital brightness correction |
lut |
Pointer to the IS_LUT_CONFIGURATION list |
Contents of the list element IS_LUT_CONFIGURATION
DOUBLE |
dblValues[3][IS_LUT_64] |
Defines a LUT with 64 knee points. This results in 32 sections with a start and end point each. |
BOOL |
bAllChannelsAreEqual |
If TRUE, the same LUT is applied to all three channels. |
Interface
Related functions