Softens the current DIB by applying a low pass 3 x 3 convolution filter.
Visual Basic |
---|
Public Sub SoftenEx( _ ByVal IPSoftenI As Integer, _ ByVal IPSoftenFilter As enumSoftenFilter _ ) |
- IPSoftenI
The softening intensity level.
Valid values are from 1 to 10.
Higher intensities result in softer images.
- IPSoftenFilter
An enumSoftenFilter enumeration value.Value Description SoftenFilter1 Soften filter 1. SoftenFilter2 Soften filter 2. SoftenFilter3 Soften filter 2. SoftenFilter4 Soften filter 3.