RemapHueSTable property (LEADDlgColor Control)
Builder Syntax |
L_UINT RemapHueSTable [L_UINT uIndex] |
Delphi Syntax |
RemapHueSTable [uIndex: L_UINT ]: L_UINT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the Saturation lookup table. If the RemapHueMaskTable table value for a particular pixel saturation is non-zero, then the saturation is changed to the corresponding entry in RemapHueSTable. LEADTOOLS will update this table in the RemapHue dialog box unless DLG_REMAPHUE_AUTOPROCESS is set in the DlgFlags property before calling the ShowRemapHueDlg method.
The length of this table is RemapHueTableSize.
See Also
Elements: |
ShowRemapHueDlg method, RemapHueMaskTable property, RemapHueHTable property, RemapHueVTable property, RemapHueTableSize property. |
Topics: |