Contents

GraphicsContext.BlurOptions

Options that configure the graphics context filter that creates blur.

Declaration

@frozen struct BlurOptions

Overview

You can use a set of these options when you call blur(radius:options:) to create a GraphicsContext.Filter that adds blur to an object that you draw into a GraphicsContext.

Topics

Getting blur options

See Also

Filtering