Contents

color

A mode that uses the luminance values of the background with the hue and saturation values of the source image.

Declaration

static var color: GraphicsContext.BlendMode { get }

Discussion

This mode preserves the gray levels in the image. You can use this mode to color monochrome images or to tint color images.

See Also

Mixing color components