ColorProfile.ColorSpace Property

Gets the color space of this color profile.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ColorSpace ColorSpace { get; }

Property Value

A ColorSpace of the profile.

Remarks

It is important for color profile to match appropriate color space when converting image between color spaces. This way you cannot use, say, RGB profile to convert to CMYK.

See Also

Reference