This documentation is for the old version. Go to the latest Graphics Mill docs

ColorProfile.ColorSpace Property

Indicates color space current profile designed for.

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

Syntax

Visual Basic
Public ReadOnly Property ColorSpace As ColorSpace
C#
public ColorSpace ColorSpace { get; }

Property Value

ColorSpace value indicating color space 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