Structure

GraphicsContext.ShadowOptions

Options that configure the graphics context filter that creates shadows.

Declaration 宣言

@frozen struct ShadowOptions

Overview 概要

You can use a set of these options when you call shadow(color:radius:x:y:blendMode:options:) to create a GraphicsContext.Filter that adds a drop shadow to an object that you draw into a GraphicsContext.

Topics 話題

Getting Shadow Options

Creating a Set of Options

Supporting Types 支援を行う型

Relationships 関係

See Also 参照

Filtering