Accusoft ImagXpress 12
AdjustHSL Method
See Also  Send comments on this topic.
IPAdjustHue

The adjustment in terms of percent to the hue component of each pixel in the current image. 

The valid range is -100 to 100

IPAdjustSat

The adjustment in terms of percent to the saturation component of each pixel in  the current image.

 The valid value range is  -100 to 100

IPAdjustLum

The adjustment in terms of percent to the luminance component of each pixel in the current image.

The valid value range is -100 to 100

AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : AdjustHSL Method

Glossary Item Box

Description

Adjusts the hue, saturation, and luminance components of the current image.

Syntax

Visual Basic
Public Sub AdjustHSL( _
   ByVal IPAdjustHue As Integer, _
   ByVal IPAdjustSat As Integer, _
   ByVal IPAdjustLum As Integer _
) 

Parameters

IPAdjustHue

The adjustment in terms of percent to the hue component of each pixel in the current image. 

The valid range is -100 to 100

IPAdjustSat

The adjustment in terms of percent to the saturation component of each pixel in  the current image.

 The valid value range is  -100 to 100

IPAdjustLum

The adjustment in terms of percent to the luminance component of each pixel in the current image.

The valid value range is -100 to 100

Remarks

If the UndoEnabled property is True, hDIBUndo is replaced by hDIB, hDIB is replaced by the DIB resulting from this method, and the Picture property is set to the resulting image.

See Also

©2013. Accusoft Corporation. All Rights Reserved.