Accusoft.ImagXpress13.Net
AdjustHSL Method




The AdjustType enumeration value set.
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).

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).

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).

Adjusts the hue, saturation, and luninance components of the current image.
Syntax
'Declaration
 
Public Sub AdjustHSL( _
   ByVal adjustType As AdjustType, _
   ByVal hue As Integer, _
   ByVal saturation As Integer, _
   ByVal luminance As Integer _
) 
'Usage
 
Dim instance As Processor
Dim adjustType As AdjustType
Dim hue As Integer
Dim saturation As Integer
Dim luminance As Integer
 
instance.AdjustHSL(adjustType, hue, saturation, luminance)
public void AdjustHSL( 
   AdjustType adjustType,
   int hue,
   int saturation,
   int luminance
)
public: void AdjustHSL( 
   AdjustType adjustType,
   int hue,
   int saturation,
   int luminance
) 
public:
void AdjustHSL( 
   AdjustType adjustType,
   int hue,
   int saturation,
   int luminance
) 

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

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback