RemapHueTablesSize property (Main Control)
Builder Syntax |
L_UINT RemapHueTablesSize |
Delphi Syntax |
RemapHueTablesSize: L_UINT |
Overview |
Refer to Changing Brightness and Contrast. |
Remarks
Gets or sets the number of entries in the MaskTable, HTable, STable, and VTable properties.
The value that must be set for this property depends on the color resolution (bits per pixel) of the image, as follows:
BPP |
Table Size |
16-bit image |
65536 |
12-bit image |
4096 |
8-bit image |
256 |
Note that you have to set this property to one of the above values before using MaskTable, HTable, STable, and VTable properties.
See Also
Elements: |
RemapHue method, MaskTable property, HTable property, STable property, VTable property, HSV_HfromRGB method, HSV_SfromRGB method, HSV_VfromRGB method, RGBfromHSV method |
Topics: |