Syntax
LUT_GetState (IS_LUT_STATE* state)
Description
Returns the current status information on the LUT.
Parameter
•state: Pointer to the IS_LUT_STATE list
Contents of the list element IS_LUT_STATE
BOOL |
bLUTEnabled |
LUT is enabled |
INT |
nLUTStateID |
ID of the LUT status information •IS_LUT_STATE_ID_INACTIVE: LUT is inactive (No gamma and no LUT is set) •IS_LUT_STATE_ID_NOT_SUPPORTED: LUT is not supported with the current settings •IS_LUT_STATE_ID_HARDWARE_LUT: LUT is calculated in hardware •IS_LUT_STATE_ID_HARDWARE_GAMMA: Gamma is calculated in hardware •IS_LUT_STATE_ID_HARDWARE_LUTANDGAMMA: LUT and gamma are calculated in hardware •IS_LUT_STATE_ID_SOFTWARE_LUT: LUT is calculated in software •IS_LUT_STATE_ID_SOFTWARE_GAMMA: Gamma is calculated in software •IS_LUT_STATE_ID_SOFTWARE_LUTANDGAMMA: LUT and gamma are calculated in software |
INT |
nLUTModeID |
ID of the LUT mode |
INT |
nLUTBits |
Used bits of the LUT |
Interface
Related functions