stackBlur

open fun stackBlur(src: Bitmap, radius: Int): Bitmap

Return the blur bitmap using stack.

Return

the blur bitmap

Parameters

src

The source of bitmap.

radius

The radius(0...25).

open fun stackBlur(src: Bitmap, radius: Int, recycle: Boolean): Bitmap

Return the blur bitmap using stack.

Return

the blur bitmap

Parameters

src

The source of bitmap.

radius

The radius(0...25).

recycle

True to recycle the source of bitmap, false otherwise.