Structure

GraphicsContext.Filter

A type that applies image processing operations to rendered content.

Declaration 宣言

struct Filter

Overview 概要

Create and configure a filter that produces an image processing effect, like adding a drop shadow or a blur effect, by calling one of the factory methods defined by the Filter structure. Call the addFilter(_:options:) method to add the filter to a GraphicsContext. The filter only affects content that you draw into the context after adding the filter.

Topics 話題

Changing Brightness and Contrast

Manipulating Color

Adjusting Opacity

Adding a Transformation

See Also 参照

Filtering