Table of Contents

Struct CmykColor

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

The CMYK color of pixel.

public struct CmykColor
Inherited Members

Properties

C

Gets the cyan component value of this Color structure.

Empty

Gets the empty.

IsEmpty

Gets a value indicating whether this Color structure is uninitialized.

K

Gets the black component value of this Color structure.

M

Gets the magenta component value of this Color structure.

Y

Gets the yellow component value of this Color structure.

Methods

Equals(object)

Determines whether the specified object, is equal to this instance.

FromParams(int, int, int, int)

Creates a CmykColor structure from a 32-bit cyan, magenta, yellow and black values. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.FromComponents(System.Int32,System.Int32,System.Int32,System.Int32).

GetHashCode()

The get hash code.

ToArgb32(CmykColor[])

The conversion from CMYKColor to 32-bit ARGB Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb32(System.Int32[]).

ToCmyk(int)

The conversion from 32-bit ARGB to CMYKColor. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToCmyk(System.Int32).

ToCmyk(int[])

The conversion from 32-bit ARGB color to CMYKColor. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToCmyk(System.Int32[]).

ToColor(CmykColor)

The conversion from CMYKColor to Color. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb(System.Int32).

ToColor(CmykColor[])

The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgb(System.Int32[]).

ToColorIcc(CmykColor)

The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc(System.Int32).

ToColorIcc(CmykColor, Stream, Stream)

The conversion from CMYKColor to Color using icc conversion. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc(System.Int32,System.IO.Stream,System.IO.Stream).

ToColorIcc(CmykColor[])

The conversion from CMYKColor to Color using icc conversion with default profiles. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc(System.Int32[]).

ToColorIcc(CmykColor[], Stream, Stream)

The conversion from CMYKColor to Color using icc conversion. This method is deprecated. Please use more effective Aspose.Imaging.CmykColorHelper.ToArgbIcc(System.Int32[],System.IO.Stream,System.IO.Stream).

ToValue()

The to value.