Gaussian blur image filter.
@type t() :: %Skia.ImageFilter.Blur{ sigma_x: float(), sigma_y: float(), tile_mode: atom() }