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

CmykColor.ToGdiplusColor Method

Returns System.Drawing.Color containing the same color value as this CmykColor does.

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

Syntax

Visual Basic
Public Overrides Function ToGdiplusColor As Color
C#
public override Color ToGdiplusColor()

Return Value

System.Drawing.Color containing the same color value as this CmykColor does.

Remarks

This Aurigma.GraphicsMill.CmykColor is always automatically converted from CMYK to RGB color space using ConvertColorSpace(ColorSpace) method. Note, no color management is applied in this case and colors may be reproduced inaccurately.

See Also

Reference