Contents

LowLevelRenderer.ColorMatch

A color gamut conversion applied during resolve.

Declaration

struct ColorMatch

Overview

The colorGamutConversion matrix transforms from the renderer’s working color space to the output display’s color space. Use LowLevelRenderer.ColorMatch.init(workingColorSpace:targetColorSpace:) to compute the correct matrix from a CGColorSpace pair, rather than constructing it manually.

Topics

Creating a color match

Configuring color matching

See Also

Managing color matching