Blends each pixel in the current image with its neighboring pixels.
Syntax
public: void Blend(
int
)
public:
void Blend(
int
)
'Declaration
Public Sub Blend( _
ByVal As Integer _
)
'Usage
Dim instance As Processor
Dim blendPercent As Integer
instance.Blend(blendPercent)
Parameters
- blendPercent
- An integer value which represents the percentage of pixel blending to perform. Valid values are 0 to 100.
See Also