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