Type Property 型プロパティ

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