Accusoft.ImagXpressSdk Namespace > Processor Class : AdjustHSL Method |
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).
'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 )
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).