RemapHueTablesSize property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax long RemapHueTablesSize;

Overview:  Refer to Changing Brightness and Contrast.

Remarks

(Document/Medical only). Gets or sets the number of entries in the HTableL, MaskTableL, STableL and VTableL properties or the HTable, MaskTable, STable and VTable properties. Possible values are:

Value

Meaning

65536

16-bit grayscale or 48-bit color image

4096

12-bit images

256

Image with any other bits per pixel

For 16-bit grayscale and 48-bit color images the MaskTableL, HTableL, STableL and VTableL properties must be used for the mask, hue, saturation and value information.

For images of any other bits per pixel the MaskTable, HTable, STable and VTable properties must be used for the mask, hue, saturation and value information.

See Also

Elements:  RemapHue method, MaskTableL property, HTable property, STableL property, VTableL property, MaskTable property, HTable property, STable property, VTable property

Topics:  Raster Images: Modifying Intensity Values