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
話題
Creating a Set of Options
typealias RawValue
The raw type that can be used to represent all values of the conforming type.
準拠している型の全ての値を表すために使われることができる生の型。
Default Implementations
省略時実装
See Also
参照
Filtering
struct Filter
A type that applies image processing operations to rendered content.