Structure

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

Creating a Set of Options

Supporting Types 支援を行う型

Relationships 関係

See Also 参照

Filtering