Structure

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

Creating a Set of Options

Supporting Types 支援を行う型

Relationships 関係

See Also 参照

Filtering