uFlags

Flags that indicate how the range is used to fill the LUT and the type of LUT and whether the LUT contains signed or unsigned data. Possible values are:

Value

Meaning

Flags indicate how the range is used to fill the LUT:

FILLLUT_INSIDE

[0x0001] Fill the LUT between uLow and uHigh. (inside the uLow...uHigh range)

FILLLUT_OUTSIDE

[0x0002] Fill the LUT below uLow and above uHigh. (outside the uLow...uHigh range)

Flags indicate the LUT type:

FILLLUT_LINEAR

[0x0010] LUT is linear.

FILLLUT_EXPONENTIAL

[0x0020] LUT is exponential.

FILLLUT_LOGARITHMIC

[0x0030] LUT is logarithmic.

FILLLUT_SIGMOID

[0x0030] LUT is sigmoid.

Flags indicate whether the LUT contains signed or unsigned data:

FILLLUT_UNSIGNED

[0x0000] The LUT data is unsigned.

FILLLUT_SIGNED

[0x0100] The LUT data is signed.