Blends each pixel in the current image with its neighboring pixels.
Visual Basic |
---|
Public Sub Blend( _ ByVal IPBlendPercent As Integer _ ) |
- IPBlendPercent
Specifies the weighting of the neighboring pixels.
Higher values result in more blending; lower values result in less blending.
Valid values are between 0 and 100.