Contents

applyingGaussianBlur(sigma:)

Create an image by applying a gaussian blur to the receiver.

Declaration

func applyingGaussianBlur(sigma: Double) -> CIImage

Parameters

  • sigma:

    The sigma of the gaussian blur to apply to the receiver. If the sigma is very small (less than 0.16) then the receiver is returned.

Return Value

An autoreleased CIImage instance or the received image.

See Also

Creating an Image by Modifying an Existing Image