CGColorSpaceModel Enum

Definition

Color space model.

public enum CGColorSpaceModel
type CGColorSpaceModel = 
Inheritance
CGColorSpaceModel

Fields

CMYK 2

Cyan, Magenta, Yellow and Key Black.

DeviceN 4

DeviceN color space.

Indexed 5

Indexed color model, up to 256 values that are looked up.

Lab 3

CIELAB color space (L* a* b*).

Monochrome 0

Monochrome color space model.

Pattern 6

Pattern color space, used when stroking or filling with a pattern.

RGB 1

Red, Green and Blue model.

Unknown -1

Unknown color space model.

Xyz 7

Applies to