Accusoft.ImagXpress12.Net
AdjustHSL Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class : AdjustHSL Method




adjustType
The AdjustType enumeration value set.
hue
An integer value which represents the adjustment to the hue of the current image.

For adjustType = AsPercent (0), the valid range is -100 to 100 (percent).

For adjustType = InUnits (1), the valid range is -360 to 360 (units).

saturation

An integer value which represents the saturation of the current image.

For adjustType = AsPercent (0), the valid value range is -100 to 100 (percent).

For adjustType = InUnits (1), the valid range is -360 to 360 (units).

luminance

An integer value which represents the luminance of the current image.

For adjustType = AsPercent (0), the valid value range is -100 to 100 (percent).

For adjustType = InUnits (1), the valid value range is -360 to 360 (units).

Glossary Item Box

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

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

adjustType
The AdjustType enumeration value set.
hue
An integer value which represents the adjustment to the hue of the current image.

For adjustType = AsPercent (0), the valid range is -100 to 100 (percent).

For adjustType = InUnits (1), the valid range is -360 to 360 (units).

saturation

An integer value which represents the saturation of the current image.

For adjustType = AsPercent (0), the valid value range is -100 to 100 (percent).

For adjustType = InUnits (1), the valid range is -360 to 360 (units).

luminance

An integer value which represents the luminance of the current image.

For adjustType = AsPercent (0), the valid value range is -100 to 100 (percent).

For adjustType = InUnits (1), the valid value range is -360 to 360 (units).

See Also

©2013. Accusoft Corporation. All Rights Reserved.