Contents

GraphicsContext.FilterOptions

Options that configure a filter that you add to a graphics context.

Declaration

@frozen struct FilterOptions

Overview

You can use filter options to configure a GraphicsContext.Filter that you apply to a GraphicsContext with the addFilter(_:options:) method.

Topics

Getting filter options

See Also

Filtering