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

CmykColor.Implicit Operator

Casts this Aurigma.GraphicsMill.CmykColor class instance to System.Drawing.Color value.

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

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	obj As CmykColor _
) As Color
C#
public static implicit operator Color (
	CmykColor obj
)

Parameters

obj

Type: Aurigma.GraphicsMill.CmykColor

Aurigma.GraphicsMill.CmykColor class instance to cast.

Return Value

Color value casted to System.Drawing.Color.

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