Structure

ColorMatrix

A matrix to use in an RGBA color transformation.

Declaration 宣言

@frozen struct ColorMatrix

Overview 概要

The matrix has five columns, each with a red, green, blue, and alpha component. You can use the matrix for tasks like creating a color transformation GraphicsContext.Filter for a GraphicsContext using the colorMatrix(_:) method.

Topics 話題

Creating an Identity Matrix

Comparing Matrices

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Render Effects