Visual Basic |
---|
Public Sub AdjustHSL( _ ByVal IPAdjustHue As Integer, _ ByVal IPAdjustSat As Integer, _ ByVal IPAdjustLum As Integer _ ) |
- 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
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.