bUseSTable
Flag that indicates whether to use the STable property. Possible values are:
Value |
Meaning |
TRUE |
Use the STable property, which is the Saturation lookup table. If MaskTable(i) for a particular hue is not 0, then the saturation is changed to the corresponding entry in STable(i). For example, if a pixel has a hue of 85 and MaskTable(85) is NOT 0, then the saturation of the pixel is changed to the saturation in STable(85). If bUseHTable is FALSE, the saturation is changed to STable(85). |
FALSE |
The saturation of each pixel is unchanged. |