Blur Modes

Blur modes are used to specify the mode of blurring in the blur().

List

ConstantValueDescription
BLUR_NORMAL0single pixel: considers pixels located to the left and above of each pixel.
BLUR_3X313x3: considers all 8 adjacent pixels.
BLUR_5X525x5: considers the 24 pixels that surrounds each pixel.
BLUR_5X5_MAP35x5 with additional map: Just as the previous one but using a temporary map.