Contents

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

See Also

Filtering